23 : KDecorationPlugins( TDEGlobal::config())
25 defaultPlugin = (TQPixmap::defaultDepth() > 8) ?
26 "twin_plastik" :
"twin_quartz";
30void PluginMgr::error(
const TQString &error_msg )
32 tqWarning(
"%s", (i18n(
"TWin: ") + error_msg +
33 i18n(
"\nTWin will now exit…")).local8Bit().data() );
37bool PluginMgr::provides( Requirement )