diff options
Diffstat (limited to 'korn/process_proto.cpp')
-rw-r--r-- | korn/process_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/process_proto.cpp b/korn/process_proto.cpp index 2d4885fdf..bb016a863 100644 --- a/korn/process_proto.cpp +++ b/korn/process_proto.cpp @@ -43,5 +43,5 @@ void Process_Protocol::readEntries( TQMap< TQString, TQString >*, TQMap< TQStrin void Process_Protocol::writeEntries( TQMap< TQString, TQString >* map ) const { - clearFields( map, (KIO_Protocol::Fields)( server | port | username | password | save_password | metadata ) ); + clearFields( map, (TDEIO_Protocol::Fields)( server | port | username | password | save_password | metadata ) ); } |