diff options
Diffstat (limited to 'kcron/ktapp.cpp')
-rw-r--r-- | kcron/ktapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/ktapp.cpp b/kcron/ktapp.cpp index 8efbb05..dfbe15e 100644 --- a/kcron/ktapp.cpp +++ b/kcron/ktapp.cpp @@ -70,7 +70,7 @@ bool KTApp::init() if (cthost->isError()) { KMessageBox::error(this, i18n("The following error occurred while initializing KCron:" - "\n\n%1\n\nKCron will now exit.\n").arg(cthost->errorMessage())); + "\n\n%1\n\nKCron will now exit.\n").tqarg(cthost->errorMessage())); return false; } |