summaryrefslogtreecommitdiffstats
path: root/krdc/hostpreferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/hostpreferences.h')
-rw-r--r--krdc/hostpreferences.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/krdc/hostpreferences.h b/krdc/hostpreferences.h
index 9b74b235..a8f409c5 100644
--- a/krdc/hostpreferences.h
+++ b/krdc/hostpreferences.h
@@ -24,16 +24,16 @@
#include "smartptr.h"
class HostPreferences;
-class KConfig;
+class TDEConfig;
class HostPref {
protected:
friend class HostPreferences;
TQString m_host;
TQString m_type;
- KConfig *m_config;
+ TDEConfig *m_config;
- HostPref(KConfig *conf, const TQString &host, const TQString &type);
+ HostPref(TDEConfig *conf, const TQString &host, const TQString &type);
virtual void load() = 0;
virtual void setDefaults() = 0;
@@ -77,7 +77,7 @@ public:
private:
HostPreferences();
- KConfig *m_config;
+ TDEConfig *m_config;
static HostPreferences *m_instance;
};