From ba54fce97cde959d3f93608cf0c518bf682339e4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:18:42 +0900 Subject: [PATCH] Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro --- apps/ktorrent/ktorrentapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ktorrent/ktorrentapp.cpp b/apps/ktorrent/ktorrentapp.cpp index 38204fe..db1def7 100644 --- a/apps/ktorrent/ktorrentapp.cpp +++ b/apps/ktorrent/ktorrentapp.cpp @@ -62,7 +62,7 @@ int KTorrentApp::newInstance() TDEStartupInfo::setNewStartupId( mainWidget(), kapp->startupId()); - KTorrent *widget = ::tqqt_cast( mainWidget() ); + KTorrent *widget = ::tqt_cast( mainWidget() ); for (int i = 0; i < args->count(); i++) {