summaryrefslogtreecommitdiffstats
path: root/kcm_gtk/kcmgtk.h
diff options
context:
space:
mode:
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