svn path=/trunk/kdebase/kwin/; revision=137447
icc-effect-5.14.5
Stephan Kulow 2002-02-19 17:06:50 +00:00
parent e3e09f533d
commit a52f313730
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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)