summaryrefslogtreecommitdiffstats
path: root/kcm_gtk/kcmgtk.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:06:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:06:07 -0600
commit76ce0b1e44d7105792de5733e1b147f9892a9347 (patch)
treeee538d97279534bc313066a721693c298e610159 /kcm_gtk/kcmgtk.h
parent96c62f7e356a2d63acc8edb149821a677c4d1bc8 (diff)
downloadgtk-qt-engine-76ce0b1e44d7105792de5733e1b147f9892a9347.tar.gz
gtk-qt-engine-76ce0b1e44d7105792de5733e1b147f9892a9347.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kcm_gtk/kcmgtk.h')
-rw-r--r--kcm_gtk/kcmgtk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcm_gtk/kcmgtk.h b/kcm_gtk/kcmgtk.h
index 7199d96..803ef07 100644
--- a/kcm_gtk/kcmgtk.h
+++ b/kcm_gtk/kcmgtk.h
@@ -44,7 +44,7 @@ private:
TQFont parseFont(TQString fontString);
};
-class KcmGtk: public KCModule
+class KcmGtk: public TDECModule
{
Q_OBJECT
@@ -103,7 +103,7 @@ private:
EmacsDetails* emacsDetailsDialog;
TQStringList gtkSearchPaths;
SearchPaths* searchPathsDialog;
- KConfig* config;
+ TDEConfig* config;
};
#endif