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