summaryrefslogtreecommitdiffstats
path: root/kpackage/gentooInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpackage/gentooInterface.cpp')
-rw-r--r--kpackage/gentooInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/gentooInterface.cpp b/kpackage/gentooInterface.cpp
index 964f21c..448b74c 100644
--- a/kpackage/gentooInterface.cpp
+++ b/kpackage/gentooInterface.cpp
@@ -124,7 +124,7 @@ void Gentoo::listInstalledPackages(TQPtrList<packageInfo> *pki)
TQString sline = i18n("Looking for Gentoo packages: ");
- kpackage->settqStatus(sline);
+ kpackage->setStatus(sline);
kpackage->setPercent(0);
TQFile f(portageDir+"profiles/categories");