From f21aaec952493cb5688c73de6e82a569ddbd7fb2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:36:20 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- krdc/hostpreferences.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'krdc/hostpreferences.h') 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; }; -- cgit v1.2.1