summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 579e2fa..0c3ad5b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,8 +39,8 @@ static void sighandler(int sig)
DUMP_TRACE(QDir::homeDirPath() + "/kdocker.trace");
return;
}
-
- qDebug(i18n("Caught signal %1. Cleaning up.").arg(sig).local8Bit());
+
+ qDebug("%s", i18n("Caught signal %1. Cleaning up.").arg(sig).local8Bit().data());
((KDocker *)qApp)->trayLabelMgr()->undockAll();
}