diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:56:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:56:06 +0900 |
commit | 1304109bee51323c2fb7258df91b2d4eccd83030 (patch) | |
tree | 1b582285fd2ce3f94ff1dfaba430d5aaa21eb977 /kaboodle | |
parent | cf9759fa992775e54adc65e127ead1989821cd54 (diff) | |
download | tdemultimedia-1304109bee51323c2fb7258df91b2d4eccd83030.tar.gz tdemultimedia-1304109bee51323c2fb7258df91b2d4eccd83030.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kaboodle')
-rw-r--r-- | kaboodle/main.cpp | 2 |
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(); |