summaryrefslogtreecommitdiffstats
path: root/kandy/src/mobilemain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/mobilemain.cpp')
-rw-r--r--kandy/src/mobilemain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kandy/src/mobilemain.cpp b/kandy/src/mobilemain.cpp
index 945ff7c4..de3e2b3e 100644
--- a/kandy/src/mobilemain.cpp
+++ b/kandy/src/mobilemain.cpp
@@ -169,7 +169,7 @@ bool MobileMain::queryClose()
#if 0
if (m_view->isModified()) {
switch (KMessageBox::warningYesNoCancel(this,
- i18n("Save changes to profile %1?").arg(mFilename))) {
+ i18n("Save changes to profile %1?").tqarg(mFilename))) {
case KMessageBox::Yes :
fileSave();
return true;