summaryrefslogtreecommitdiffstats
path: root/libtdepim/kaccount.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /libtdepim/kaccount.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'libtdepim/kaccount.h')
-rw-r--r--libtdepim/kaccount.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libtdepim/kaccount.h b/libtdepim/kaccount.h
index d0a1b7f21..559a3c03c 100644
--- a/libtdepim/kaccount.h
+++ b/libtdepim/kaccount.h
@@ -35,7 +35,7 @@
#include <tqstring.h>
#include <tdepimmacros.h>
-class KConfig;
+class TDEConfig;
class KDE_EXPORT KAccount
{
@@ -73,15 +73,15 @@ class KDE_EXPORT KAccount
/**
* Save the settings
- * If the group is empty it must be preset in the KConfig
+ * If the group is empty it must be preset in the TDEConfig
*/
- void writeConfig( KConfig &config, const TQString &group = TQString() );
+ void writeConfig( TDEConfig &config, const TQString &group = TQString() );
/**
* Read the settings
- * If the group is empty it must be preset in the KConfig
+ * If the group is empty it must be preset in the TDEConfig
*/
- void readConfig( KConfig &config, const TQString &group = TQString() );
+ void readConfig( TDEConfig &config, const TQString &group = TQString() );
protected:
uint mId;