summaryrefslogtreecommitdiffstats
path: root/kpilot/fileInstaller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/fileInstaller.cc')
-rw-r--r--kpilot/fileInstaller.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/fileInstaller.cc b/kpilot/fileInstaller.cc
index d02858e..d46c67d 100644
--- a/kpilot/fileInstaller.cc
+++ b/kpilot/fileInstaller.cc
@@ -105,8 +105,8 @@ void FileInstaller::deleteFiles(const TQStringList &files)
{
FUNCTIONSETUP;
- if(!(s.tqendsWith(CSL1(".pdb"), false) || s.tqendsWith(CSL1(".prc"), false))) {
- KMessageBox::detailedSorry(w, i18n("Cannot install %1").tqarg(s),
+ if(!(s.endsWith(CSL1(".pdb"), false) || s.endsWith(CSL1(".prc"), false))) {
+ KMessageBox::detailedSorry(w, i18n("Cannot install %1").arg(s),
i18n("Only PalmOS database files (like *.pdb and *.prc) can be installed by the file installer."));
return false;
}