summaryrefslogtreecommitdiffstats
path: root/src/tdmtheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdmtheme.h')
-rw-r--r--src/tdmtheme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdmtheme.h b/src/tdmtheme.h
index 6754a33..0b49bef 100644
--- a/src/tdmtheme.h
+++ b/src/tdmtheme.h
@@ -33,7 +33,7 @@ class TQPushButton;
class TQListView;
class TQCheckBox;
-class TDMThemeWidget : public KCModule {
+class TDMThemeWidget : public TDECModule {
Q_OBJECT
@@ -59,7 +59,7 @@ class TDMThemeWidget : public KCModule {
ThemeData *defaultTheme;
TQString themeDir;
- KConfig *config;
+ TDEConfig *config;
protected slots:
void themeSelected();