summaryrefslogtreecommitdiffstats
path: root/korn/dcopdrop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/dcopdrop.cpp')
-rw-r--r--korn/dcopdrop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/dcopdrop.cpp b/korn/dcopdrop.cpp
index 7eb8d2a0..03c0db43 100644
--- a/korn/dcopdrop.cpp
+++ b/korn/dcopdrop.cpp
@@ -78,7 +78,7 @@ bool DCOPDrop::readConfigGroup( const TQMap< TQString, TQString > &map, const Pr
//The mapping MUST contain dcopname.
kdDebug() << "mapping is niet compleet" << endl;
- this->setDCOPName( *map.find( "dcopname" ) );
+ this->setDCOPName( *map.tqfind( "dcopname" ) );
return true;
}