summaryrefslogtreecommitdiffstats
path: root/korn/process_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/process_proto.cpp')
-rw-r--r--korn/process_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/process_proto.cpp b/korn/process_proto.cpp
index 2d4885fd..bb016a86 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 ) );
}