diff options
Diffstat (limited to 'korn/dcopdrop.cpp')
-rw-r--r-- | korn/dcopdrop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/dcopdrop.cpp b/korn/dcopdrop.cpp index 7eb8d2a06..03c0db430 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; } |