diff options
Diffstat (limited to 'twin/plugins.cpp')
-rw-r--r-- | twin/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/plugins.cpp b/twin/plugins.cpp index 5f20b7018..bb995de22 100644 --- a/twin/plugins.cpp +++ b/twin/plugins.cpp @@ -23,7 +23,7 @@ PluginMgr::PluginMgr() : KDecorationPlugins( TDEGlobal::config()) { defaultPlugin = (TQPixmap::defaultDepth() > 8) ? - "twin3_plastik" : "twin3_quartz"; + "twin_plastik" : "twin_quartz"; loadPlugin( "" ); // load the plugin specified in cfg file } |