summaryrefslogtreecommitdiffstats
path: root/ksim/themeprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/themeprefs.h')
-rw-r--r--ksim/themeprefs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ksim/themeprefs.h b/ksim/themeprefs.h
index 9c1ff51..12278a4 100644
--- a/ksim/themeprefs.h
+++ b/ksim/themeprefs.h
@@ -73,11 +73,12 @@ namespace KSim
typedef TQValueList<ThemeInfo> ThemeInfoList;
- class ThemePrefs : public QWidget
+ class ThemePrefs : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- ThemePrefs(TQWidget *parent, const char *name=0);
+ ThemePrefs(TQWidget *tqparent, const char *name=0);
~ThemePrefs();
public slots: