summaryrefslogtreecommitdiffstats
path: root/kioslave/nntp/nntp.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
commitcc74f360bb40da3d79f58048f8e8611804980aa6 (patch)
treec4385d2c16b904757b1c8bb998a4aec6993373f7 /kioslave/nntp/nntp.h
parent79b21d47bce1ee428affc97534cd8b257232a871 (diff)
downloadtdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz
tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kioslave/nntp/nntp.h')
-rw-r--r--kioslave/nntp/nntp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/nntp/nntp.h b/kioslave/nntp/nntp.h
index 30368eee1..1d369b775 100644
--- a/kioslave/nntp/nntp.h
+++ b/kioslave/nntp/nntp.h
@@ -23,7 +23,7 @@
- remove unnecessary debug stuff
*/
-class NNTPProtocol:public KIO::TCPSlaveBase
+class NNTPProtocol:public TDEIO::TCPSlaveBase
{
public:
@@ -115,7 +115,7 @@ class NNTPProtocol:public KIO::TCPSlaveBase
*/
bool fetchGroupXOVER( unsigned long first, bool &notSupported );
/// creates an UDSEntry with file information used in stat and listDir
- void fillUDSEntry ( KIO::UDSEntry & entry, const TQString & name, long size,
+ void fillUDSEntry ( TDEIO::UDSEntry & entry, const TQString & name, long size,
bool postingAllowed, bool is_article );
/// error handling for unexpected responses
void unexpected_response ( int res_code, const TQString & command );