diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:07:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:07:25 -0600 |
commit | d7c34c577ba054152b59704506f2c8a5e2c4c2ba (patch) | |
tree | 7c361c88c97787084a90fac5b880f46e646dfa0b /src/tdmtheme.h | |
parent | 8fd39570ed2addfc75abc73e3616ce12a3f9d8ee (diff) | |
download | tdmtheme-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.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(); |