summaryrefslogtreecommitdiffstats
path: root/kpackage/pkgOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpackage/pkgOptions.cpp')
-rw-r--r--kpackage/pkgOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/pkgOptions.cpp b/kpackage/pkgOptions.cpp
index 4775fce..04516dc 100644
--- a/kpackage/pkgOptions.cpp
+++ b/kpackage/pkgOptions.cpp
@@ -202,7 +202,7 @@ bool pkgOptions::setup(TQPtrList<packageInfo> *pl, const TQString &)
}
}
- s = i18n("%1: 1 %2 Package","%1: %n %2 Packages",plist.count()).tqarg(insType,pkgInt->name);
+ s = i18n("%1: 1 %2 Package","%1: %n %2 Packages",plist.count()).arg(insType,pkgInt->name);
title->setText(s);
for (TQStringList::Iterator pit = plist.begin(); pit != plist.end(); ++pit ) {