summaryrefslogtreecommitdiffstats
path: root/korn/nntp_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/nntp_proto.cpp')
-rw-r--r--korn/nntp_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/nntp_proto.cpp b/korn/nntp_proto.cpp
index bc2f8525..f5c59a77 100644
--- a/korn/nntp_proto.cpp
+++ b/korn/nntp_proto.cpp
@@ -52,6 +52,6 @@ void Nntp_Protocol::readEntries( TQMap< TQString, TQString >*, TQMap< TQString,
void Nntp_Protocol::writeEntries( TQMap< TQString, TQString >* map ) const
{
- clearFields( map, (KIO_Protocol::Fields)( KIO_Protocol::mailbox | KIO_Protocol::metadata ) );
+ clearFields( map, (TDEIO_Protocol::Fields)( TDEIO_Protocol::mailbox | TDEIO_Protocol::metadata ) );
}