summaryrefslogtreecommitdiffstats
path: root/src/tdmtheme.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:07:25 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:07:25 -0600
commitd7c34c577ba054152b59704506f2c8a5e2c4c2ba (patch)
tree7c361c88c97787084a90fac5b880f46e646dfa0b /src/tdmtheme.h
parent8fd39570ed2addfc75abc73e3616ce12a3f9d8ee (diff)
downloadtdmtheme-d7c34c577ba054152b59704506f2c8a5e2c4c2ba.tar.gz
tdmtheme-d7c34c577ba054152b59704506f2c8a5e2c4c2ba.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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();