summaryrefslogtreecommitdiffstats
path: root/korn/kio_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/kio_proto.cpp')
-rw-r--r--korn/kio_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/kio_proto.cpp b/korn/kio_proto.cpp
index 8434fe44..c6d2184d 100644
--- a/korn/kio_proto.cpp
+++ b/korn/kio_proto.cpp
@@ -24,7 +24,7 @@
#include <tqmap.h>
-TQMap< TQString, TQString >* KIO_Protocol::createConfig( KConfigGroup * group, const TQString& password ) const
+TQMap< TQString, TQString >* KIO_Protocol::createConfig( TDEConfigGroup * group, const TQString& password ) const
{
TQMap< TQString, TQString > *result = new TQMap< TQString, TQString >;