summaryrefslogtreecommitdiffstats
path: root/kioslaves/mbox/stat.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kioslaves/mbox/stat.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 3efbcaf64..8ce593cc0 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