diff options
Diffstat (limited to 'kmail/korghelper.cpp')
-rw-r--r-- | kmail/korghelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/korghelper.cpp b/kmail/korghelper.cpp index 17097126b..cace2a102 100644 --- a/kmail/korghelper.cpp +++ b/kmail/korghelper.cpp @@ -36,7 +36,7 @@ void KMail::KorgHelper::ensureRunning() static const char* const dcopObjectId = "KOrganizerIface"; TQCString dummy; if ( !kapp->dcopClient()->findObject( dcopService, dcopObjectId, "", TQByteArray(), dummy, dummy ) ) { - DCOPRef ref( dcopService, dcopService ); // talk to the KUniqueApplication or its kontact wrapper + DCOPRef ref( dcopService, dcopService ); // talk to the TDEUniqueApplication or its kontact wrapper DCOPReply reply = ref.call( "load()" ); if ( reply.isValid() && (bool)reply ) { kdDebug() << "Loaded " << dcopService << " successfully" << endl; |