summaryrefslogtreecommitdiffstats
path: root/kmail/kmaccount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmaccount.cpp')
-rw-r--r--kmail/kmaccount.cpp8
1 files changed, 4 insertions, 4 deletions
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;