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.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/kmaccount.cpp') diff --git a/kmail/kmaccount.cpp b/kmail/kmaccount.cpp index e7d88410..64f13d76 100644 --- a/kmail/kmaccount.cpp +++ b/kmail/kmaccount.cpp @@ -142,7 +142,7 @@ void KMAccount::setFolder(KMFolder* aFolder, bool addAccount) //----------------------------------------------------------------------------- -void KMAccount::readConfig(KConfig& config) +void KMAccount::readConfig(TDEConfig& config) { TQString folderName; mFolder = 0; @@ -175,7 +175,7 @@ void KMAccount::readTimerConfig() } //----------------------------------------------------------------------------- -void KMAccount::writeConfig(KConfig& config) +void KMAccount::writeConfig(TDEConfig& config) { // ID, Name KAccount::writeConfig(config); @@ -196,10 +196,10 @@ void KMAccount::writeConfig(KConfig& config) //----------------------------------------------------------------------------- void KMAccount::sendReceipt(KMMessage* aMsg) { - KConfig* cfg = KMKernel::config(); + TDEConfig* cfg = KMKernel::config(); bool sendReceipts; - KConfigGroupSaver saver(cfg, "General"); + TDEConfigGroupSaver saver(cfg, "General"); sendReceipts = cfg->readBoolEntry("send-receipts", false); if (!sendReceipts) return; -- cgit v1.2.3