summaryrefslogtreecommitdiffstats
path: root/kget/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-24 10:56:13 +0900
committerMichele Calgaro <[email protected]>2023-11-25 15:15:15 +0900
commit4edd87ce22471182533a7adf734701a30f6f21a6 (patch)
tree1af66ba7f69cc7076e201d27e5c4423e16825a90 /kget/main.cpp
parent36a7c6b68f686133f3e975e107fcb941730bd221 (diff)
downloadtdenetwork-4edd87ce22471182533a7adf734701a30f6f21a6.tar.gz
tdenetwork-4edd87ce22471182533a7adf734701a30f6f21a6.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c872aae88b96bf8978e123b9074d5e389d245140)
Diffstat (limited to 'kget/main.cpp')
-rw-r--r--kget/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/main.cpp b/kget/main.cpp
index 7f65e3f5..00d3e4db 100644
--- a/kget/main.cpp
+++ b/kget/main.cpp
@@ -92,7 +92,7 @@ static void setSignalHandler(void (*handler) (int))
static void cleanup(void)
{
- tqInstallMsgHandler(0L /*oldMsgHandler*/);
+ qInstallMsgHandler(0L /*oldMsgHandler*/);
// TQString cmd;
}