diff options
Diffstat (limited to 'kppp/runtests.cpp')
-rw-r--r-- | kppp/runtests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/runtests.cpp b/kppp/runtests.cpp index a520d116..23f2196d 100644 --- a/kppp/runtests.cpp +++ b/kppp/runtests.cpp @@ -253,7 +253,7 @@ int runTests() { i18n("You don't have sufficient permission to run\n" "%1\n" "Please make sure that kppp is owned by root " - "and has the SUID bit set.").arg(f)); + "and has the SUID bit set.").tqarg(f)); warning++; } } @@ -265,7 +265,7 @@ int runTests() { TQString msgstr = i18n("%1 is missing or can't be read!\n" "Ask your system administrator to create " "this file (can be empty) with appropriate " - "read and write permissions.").arg(file); + "read and write permissions.").tqarg(file); KMessageBox::error(0, msgstr); warning ++; } |