diff options
Diffstat (limited to 'src/konqplugin/tork_plug_in.cpp')
-rw-r--r-- | src/konqplugin/tork_plug_in.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/konqplugin/tork_plug_in.cpp b/src/konqplugin/tork_plug_in.cpp index 98dd755..6010b7d 100644 --- a/src/konqplugin/tork_plug_in.cpp +++ b/src/konqplugin/tork_plug_in.cpp @@ -147,7 +147,7 @@ void Tork_plug_in::openWithBrowser(const TQString &browser) if (p_dcopServer->isApplicationRegistered ("tork")){ TQString function = TQString("anonymized%1").arg(browser); DCOPRef("tork", "DCOPTork").send("startEverything"); - DCOPRef("tork", "DCOPTork").send(TQCString(function),url); + DCOPRef("tork", "DCOPTork").send(function.utf8(), url); }else KRun::runCommand( TQString("tork --anonymous%1 %2").arg(browser).arg(url), "tork", "tork" ); |