From 355f00c2bd6f4b2870133d0423420ef8046b7156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 14 Jan 2021 02:37:59 +0100 Subject: Added controlled conversions to char* instead of automatic ascii conversions. The definition of -UTQT_NO_ASCII_CAST is no longer needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/konqplugin/tork_plug_in.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/konqplugin') 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" ); -- cgit v1.2.1