summaryrefslogtreecommitdiffstats
path: root/kioslave/nntp/nntp.h
diff options
context:
space:
mode:
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 );