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 --- kioslaves/mbox/stat.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kioslaves/mbox/stat.h') 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 -- cgit v1.2.1