summaryrefslogtreecommitdiffstats
path: root/kcontrol/style/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/style/main.cpp')
-rw-r--r--kcontrol/style/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/style/main.cpp b/kcontrol/style/main.cpp
index 543685502..252cee0fd 100644
--- a/kcontrol/style/main.cpp
+++ b/kcontrol/style/main.cpp
@@ -5,12 +5,12 @@
#include "kcmstyle.h"
extern "C" {
- KCModule *create_style(QWidget *parent, const char *) {
+ KCModule *create_style(TQWidget *parent, const char *) {
return new KCMStyle(parent, "kcmstyle");
}
}
/*
-typedef KGenericFactory<KWidgetSettingsModule, QWidget> GeneralFactory;
+typedef KGenericFactory<KWidgetSettingsModule, TQWidget> GeneralFactory;
K_EXPORT_COMPONENT_FACTORY( kcm_style, GeneralFactory )
*/