diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:18:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:18:42 +0900 |
commit | ba54fce97cde959d3f93608cf0c518bf682339e4 (patch) | |
tree | 8997c83f3bafce4f9020a37b70bb0672c311b09b | |
parent | 6458ac1fee48f77706492026f50f2efb179ec827 (diff) | |
download | ktorrent-ba54fce97cde959d3f93608cf0c518bf682339e4.tar.gz ktorrent-ba54fce97cde959d3f93608cf0c518bf682339e4.zip |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | apps/ktorrent/ktorrentapp.cpp | 2 |
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++) { |