diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:36:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:36:20 -0600 |
commit | f21aaec952493cb5688c73de6e82a569ddbd7fb2 (patch) | |
tree | 78ccb5117063da3e08e3277e11054b912a9f2ae7 /krdc/hostpreferences.h | |
parent | c48e769eb275917717e2b55eb869f7e559293ac8 (diff) | |
download | tdenetwork-f21aaec952493cb5688c73de6e82a569ddbd7fb2.tar.gz tdenetwork-f21aaec952493cb5688c73de6e82a569ddbd7fb2.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'krdc/hostpreferences.h')
-rw-r--r-- | krdc/hostpreferences.h | 8 |
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; }; |