From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmail/kmaccount.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/kmaccount.h') diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h index 258fe9c02..f0455b3b9 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). -- cgit v1.2.1