fix
svn path=/trunk/kdebase/kwin/; revision=137447
This commit is contained in:
parent
e3e09f533d
commit
a52f313730
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
// KCModule plugin interface
|
||||
// =========================
|
||||
typedef KGenericFactory<KWinDecorationModule, QWidget> KWinDecoFactory;
|
||||
K_EXPORT_COMPONENT_FACTORY( libkcm_kwindecoration, KWinDecoFactory("kcmkwindecoration") );
|
||||
K_EXPORT_COMPONENT_FACTORY( kcm_kwindecoration, KWinDecoFactory("kcmkwindecoration") );
|
||||
|
||||
KWinDecorationModule::KWinDecorationModule(QWidget* parent, const char* name, const QStringList &)
|
||||
: KCModule(KWinDecoFactory::instance(), parent, name), DCOPObject("KWinClientDecoration")
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "main.h"
|
||||
|
||||
typedef KGenericFactory<KWinOptions, QWidget> KWinOptFactory;
|
||||
K_EXPORT_COMPONENT_FACTORY( libkcm_kwinoptions, KWinOptFactory("kcmkwm") );
|
||||
K_EXPORT_COMPONENT_FACTORY( kcm_kwinoptions, KWinOptFactory("kcmkwm") );
|
||||
/*
|
||||
extern "C" {
|
||||
KCModule *create_kwinoptions ( QWidget *parent, const char* name)
|
||||
|
|
Loading…
Reference in a new issue