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/kmacctcachedimap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/kmacctcachedimap.h') diff --git a/kmail/kmacctcachedimap.h b/kmail/kmacctcachedimap.h index a896fc42b..a580b90cf 100644 --- a/kmail/kmacctcachedimap.h +++ b/kmail/kmacctcachedimap.h @@ -47,7 +47,7 @@ namespace KMail { using KMail::ImapJob; using KMail::CachedImapJob; -namespace KIO { +namespace TDEIO { class Job; } @@ -92,8 +92,8 @@ public: virtual void setImapFolder(KMFolderCachedImap *); KMFolderCachedImap* imapFolder() const { return mFolder; } - virtual void readConfig( /*const*/ KConfig/*Base*/ & config ); - virtual void writeConfig( KConfig/*Base*/ & config ) /*const*/; + virtual void readConfig( /*const*/ TDEConfig/*Base*/ & config ); + virtual void writeConfig( TDEConfig/*Base*/ & config ) /*const*/; /** * Invalidate the local cache. -- cgit v1.2.1