summaryrefslogtreecommitdiffstats
path: root/kaboodle
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-24 10:56:06 +0900
committerMichele Calgaro <[email protected]>2023-11-25 15:14:31 +0900
commitbd26faa962728155a0a4337ea54b3eb6a454df0b (patch)
tree4ecc8023d3a669caba37d8f5a0d0b65c0ecb55c4 /kaboodle
parentde42315f33821bc5c44f2ce831f45ff88f609221 (diff)
downloadtdemultimedia-bd26faa962728155a0a4337ea54b3eb6a454df0b.tar.gz
tdemultimedia-bd26faa962728155a0a4337ea54b3eb6a454df0b.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1304109bee51323c2fb7258df91b2d4eccd83030)
Diffstat (limited to 'kaboodle')
-rw-r--r--kaboodle/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaboodle/main.cpp b/kaboodle/main.cpp
index d83fb8cf..154b1b25 100644
--- a/kaboodle/main.cpp
+++ b/kaboodle/main.cpp
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
#ifndef NDEBUG
if(!TDECmdLineArgs::parsedArgs()->isSet("qdebug"))
- tqInstallMsgHandler(noMessageOutput);
+ qInstallMsgHandler(noMessageOutput);
#endif
Kaboodle::KaboodleApp::addCmdLineOptions();