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 --- kresources/lib/folderlister.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kresources/lib/folderlister.h') diff --git a/kresources/lib/folderlister.h b/kresources/lib/folderlister.h index 746c99a29..8248ec22a 100644 --- a/kresources/lib/folderlister.h +++ b/kresources/lib/folderlister.h @@ -33,11 +33,11 @@ #include #include -namespace KIO { +namespace TDEIO { class Job; } -class KConfig; +class TDEConfig; namespace KPIM { @@ -100,7 +100,7 @@ class KDE_EXPORT FolderLister : public TQObject void foldersRead(); protected slots: - void slotListJobResult( KIO::Job * ); + void slotListJobResult( TDEIO::Job * ); /** Adds the folder with the given url and display name to the folder * tree (if is has an appropriate type) */ virtual void processFolderResult( const KURL &href, @@ -117,7 +117,7 @@ class KDE_EXPORT FolderLister : public TQObject /** Creates the job to retrieve information about the folder at the given url. It's results will be interpreted by interpretFolderResult */ - virtual KIO::Job *createListFoldersJob( const KURL &url ); + virtual TDEIO::Job *createListFoldersJob( const KURL &url ); /** Interprets the results returned by the liste job (created by * createJob(url) ). The default implementation calls * interpretFolderListJob of the GroupwareDataAdaptor. Typically, @@ -125,7 +125,7 @@ class KDE_EXPORT FolderLister : public TQObject * folder of the appropriate type, by calling processsFolderResult. * If the folder has subfolders, just call doRetrieveFolder(url) * recursively. */ - virtual void interpretListFoldersJob( KIO::Job *job ); + virtual void interpretListFoldersJob( TDEIO::Job *job ); /** List of folders that will always be included (subfolders won't!). * Usually this is not needed as you should traverse the whole folder * tree starting from the user's root dir. */ -- cgit v1.2.1