summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopeteprefs.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:36:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:36:20 -0600
commitf21aaec952493cb5688c73de6e82a569ddbd7fb2 (patch)
tree78ccb5117063da3e08e3277e11054b912a9f2ae7 /kopete/libkopete/kopeteprefs.h
parentc48e769eb275917717e2b55eb869f7e559293ac8 (diff)
downloadtdenetwork-f21aaec952493cb5688c73de6e82a569ddbd7fb2.tar.gz
tdenetwork-f21aaec952493cb5688c73de6e82a569ddbd7fb2.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kopete/libkopete/kopeteprefs.h')
-rw-r--r--kopete/libkopete/kopeteprefs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/libkopete/kopeteprefs.h b/kopete/libkopete/kopeteprefs.h
index 230da46a..83988b73 100644
--- a/kopete/libkopete/kopeteprefs.h
+++ b/kopete/libkopete/kopeteprefs.h
@@ -24,7 +24,7 @@
#include "kopete_export.h"
-class KConfig;
+class TDEConfig;
class KOPETE_EXPORT KopetePrefs : public TQObject
{
@@ -43,14 +43,14 @@ public:
static KopetePrefs *prefs();
/**
- * Reads all pref-variables from KConfig
+ * Reads all pref-variables from TDEConfig
* usually you don't need this as KopetePrefs loads settings
* when an instance is created
*/
void load();
/**
- * Stores all pref-variables into KConfig
+ * Stores all pref-variables into TDEConfig
*/
void save();
@@ -237,7 +237,7 @@ private:
*/
static KopetePrefs *s_prefs;
- KConfig *config;
+ TDEConfig *config;
TQString mIconTheme;
bool mUseEmoticons;