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/listjob.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/listjob.h') diff --git a/kmail/listjob.h b/kmail/listjob.h index fc2895690..3b53ea61d 100644 --- a/kmail/listjob.h +++ b/kmail/listjob.h @@ -38,7 +38,7 @@ class KMAcctCachedImap; class FolderStorage; class KURL; -namespace KIO { +namespace TDEIO { class Job; } @@ -109,12 +109,12 @@ protected slots: * Is called when the listing is done * Passes the folders and the jobData to the responding folder */ - void slotListResult( KIO::Job* job ); + void slotListResult( TDEIO::Job* job ); /** * Collects the folder information */ - void slotListEntries( KIO::Job* job, const KIO::UDSEntryList& uds ); + void slotListEntries( TDEIO::Job* job, const TDEIO::UDSEntryList& uds ); /** * Called from the account when a connection was established -- cgit v1.2.1