From f30a41aaa670fda23671e7deca4cdcd6bcd7491d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 24 Nov 2003 14:55:22 +0000 Subject: [PATCH] Oops. svn path=/trunk/kdebase/kwin/; revision=269305 --- kcmkwin/kwindecoration/kwindecoration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index ff1a489693..94ec3d2ae7 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -71,7 +71,7 @@ KWinDecorationModule::KWinDecorationModule(QWidget* parent, const char* name, co pluginObject(0) { kwinConfig.setGroup("Style"); - plugins = new KDecorationPlugins( &kwinConfig ); + plugins = new KDecorationPreviewPlugins( &kwinConfig ); QVBoxLayout* layout = new QVBoxLayout(this); tabWidget = new QTabWidget( this );