summaryrefslogtreecommitdiffstats
path: root/kioslaves/mbox/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kioslaves/mbox/stat.h')
-rw-r--r--kioslaves/mbox/stat.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kioslaves/mbox/stat.h b/kioslaves/mbox/stat.h
index 3efbcaf6..8ce593cc 100644
--- a/kioslaves/mbox/stat.h
+++ b/kioslaves/mbox/stat.h
@@ -50,7 +50,7 @@ public:
* @param info The file information
* @return The information of the file as destribed in UrlInfo.
*/
- static KIO::UDSEntry stat( const UrlInfo& info );
+ static TDEIO::UDSEntry stat( const UrlInfo& info );
/**
* This function gives information with a given ReadMBox and UrlInfo.
* Through this, it is possible to ask the stats of the next message,
@@ -59,24 +59,24 @@ public:
* @param info The url information.
* @return The requesteds information.
*/
- static KIO::UDSEntry stat( ReadMBox& mbox, const UrlInfo& info );
+ static TDEIO::UDSEntry stat( ReadMBox& mbox, const UrlInfo& info );
/**
* This function gets the stats of a given mbox-file in an UDSEntry.
* @param info The location of the mbox-file.
* @return A list of Atoms.
*/
- static KIO::UDSEntry statDirectory( const UrlInfo& info );
+ static TDEIO::UDSEntry statDirectory( const UrlInfo& info );
/**
* This function gets the stats of a geven mbox-message in a UDSEntry.
* @param info The url of the mbox-message.
* @return Information shipped in an UDSEntry.
*/
- static KIO::UDSEntry statMessage( const UrlInfo& info );
+ static TDEIO::UDSEntry statMessage( const UrlInfo& info );
private:
- static void addAtom( KIO::UDSEntry& entry, unsigned int key, const TQString& value );
- static void addAtom( KIO::UDSEntry& entry, unsigned int key, const long value );
+ static void addAtom( TDEIO::UDSEntry& entry, unsigned int key, const TQString& value );
+ static void addAtom( TDEIO::UDSEntry& entry, unsigned int key, const long value );
};
#endif