diff options
Diffstat (limited to 'kget')
-rw-r--r-- | kget/main.cpp | 2 |
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; } |