summaryrefslogtreecommitdiffstats
path: root/kmail/kmaccount.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 /kmail/kmaccount.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 'kmail/kmaccount.h')
-rw-r--r--kmail/kmaccount.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h
index 258fe9c0..f0455b3b 100644
--- a/kmail/kmaccount.h
+++ b/kmail/kmaccount.h
@@ -33,7 +33,7 @@ class TQTimer;
class KMFolder;
class KMAcctFolder;
-class KConfig;
+class TDEConfig;
class KMFolderJob;
class KMFolderCachedImap;
class AccountsPageReceivingTab;
@@ -143,14 +143,14 @@ public:
* manager when a new account is created. The config group is
* already properly set by the caller.
*/
- virtual void readConfig(KConfig& config);
+ virtual void readConfig(TDEConfig& config);
void readTimerConfig();
/**
* Write all account information to given config file. The config group
* is already properly set by the caller.
*/
- virtual void writeConfig(KConfig& config);
+ virtual void writeConfig(TDEConfig& config);
/**
* Set/get interval for checking if new mail arrived (in minutes).