summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:18:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 17:23:22 +0900
commite76b1b06a0f8d95b75714da5ef9c4d8fbe3d2d64 (patch)
tree59669869eac817cba9e9d3d6ba93a1bb43cae407
parent59f680d9507a1b37ea480b4a8ba72f608a8027c5 (diff)
downloadktorrent-e76b1b06a0f8d95b75714da5ef9c4d8fbe3d2d64.tar.gz
ktorrent-e76b1b06a0f8d95b75714da5ef9c4d8fbe3d2d64.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba54fce97cde959d3f93608cf0c518bf682339e4)
-rw-r--r--apps/ktorrent/ktorrentapp.cpp2
1 files changed, 1 insertions, 1 deletions
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<KTorrent*>( mainWidget() );
+ KTorrent *widget = ::tqt_cast<KTorrent*>( mainWidget() );
for (int i = 0; i < args->count(); i++)
{