summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:06 +0900
commit1311848d35309fbc9234e9807c4850bad937d568 (patch)
tree9eb1d43f3a14f5aec57da9b12c58ee8f2f2acaa5
parent2bf7eb6c417d86767d5c432c812f0a1c43057e1f (diff)
downloadsoundkonverter-1311848d.tar.gz
soundkonverter-1311848d.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/soundkonverterapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soundkonverterapp.cpp b/src/soundkonverterapp.cpp
index 860a28b..379a0d0 100644
--- a/src/soundkonverterapp.cpp
+++ b/src/soundkonverterapp.cpp
@@ -45,7 +45,7 @@ int soundKonverterApp::newInstance()
else
TDEStartupInfo::setNewStartupId( mainWidget(), kapp->startupId());
- soundKonverter *widget = ::tqqt_cast<soundKonverter*>( mainWidget() );
+ soundKonverter *widget = ::tqt_cast<soundKonverter*>( mainWidget() );
widget->increaseInstances();