diff options
Diffstat (limited to 'src/tdmtheme.h')
-rw-r--r-- | src/tdmtheme.h | 4 |
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(); |