diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:19:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 17:26:16 +0900 |
| commit | 54c143b578a006c5ae66c4c0fa34ed73a4f27e68 (patch) | |
| tree | c2693b91ee0b495395e53ad85f9533ddb3f26f6b | |
| parent | 0438ba4011ed8a74d7268b6c18286ed6b9cffecb (diff) | |
| download | soundkonverter-54c143b5.tar.gz soundkonverter-54c143b5.zip | |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1311848d35309fbc9234e9807c4850bad937d568)
| -rw-r--r-- | src/soundkonverterapp.cpp | 2 |
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(); |
