diff options
Diffstat (limited to 'src/kcmkommando.cpp')
-rw-r--r-- | src/kcmkommando.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kcmkommando.cpp b/src/kcmkommando.cpp index 2e31374..6decdb5 100644 --- a/src/kcmkommando.cpp +++ b/src/kcmkommando.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ -#include <ntqlayout.h> +#include <tqlayout.h> #include <tdelocale.h> #include <tdeglobal.h> @@ -36,10 +36,10 @@ static const char description[] = static const char version[] = "0.5.2"; typedef KGenericFactory<KCMKommando, TQWidget> kommandoFactory; -K_EXPORT_COMPONENT_FACTORY( kcm_kommando, kommandoFactory("kcmkommando")) +K_EXPORT_COMPONENT_FACTORY( kcm_kommando, kommandoFactory("kommando")) KCMKommando::KCMKommando(TQWidget *parent, const char *name, const TQStringList&) - : TDECModule(parent, name), about(0), configDialog(0) + : TDECModule(kommandoFactory::instance(), parent, name), about(0), configDialog(0) { about = new TDEAboutData("kommando", I18N_NOOP("Kommando"), version, description, TDEAboutData::License_GPL, "(C) 2005 Daniel Stöckel", 0, 0, "the_docter@gmx.net"); |