summaryrefslogtreecommitdiffstats
path: root/kresources/lib/folderlister.h
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/lib/folderlister.h')
-rw-r--r--kresources/lib/folderlister.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/lib/folderlister.h b/kresources/lib/folderlister.h
index 746c99a2..8248ec22 100644
--- a/kresources/lib/folderlister.h
+++ b/kresources/lib/folderlister.h
@@ -33,11 +33,11 @@
#include <tqstringlist.h>
#include <tqobject.h>
-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. */