From dbb67f90e8177bba3f6527852af1e5f4b7a00325 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpackage/gentooInterface.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kpackage') diff --git a/kpackage/gentooInterface.cpp b/kpackage/gentooInterface.cpp index 22eaefc..65338f4 100644 --- a/kpackage/gentooInterface.cpp +++ b/kpackage/gentooInterface.cpp @@ -39,7 +39,7 @@ Should we care about the world-file? - Read tqmasked packages from /usr/portage/profiles/package.tqmask + Read masked packages from /usr/portage/profiles/package.tqmask Use flags and CFLAGS? @@ -181,14 +181,14 @@ void Gentoo::listInstalledPackages(TQPtrList *pki) continue; } - for (TQStringList::Iterator tqmaskIt = packageMask.begin(); tqmaskIt != packageMask.end(); ++tqmaskIt) + for (TQStringList::Iterator maskIt = packageMask.begin(); maskIt != packageMask.end(); ++maskIt) { // FIXME Should all be handled, just not implemented yet - if ((*tqmaskIt).startsWith("<") || (*tqmaskIt).startsWith("=") || (*tqmaskIt).startsWith("~") || (*tqmaskIt).startsWith(">")) + if ((*maskIt).startsWith("<") || (*maskIt).startsWith("=") || (*maskIt).startsWith("~") || (*maskIt).startsWith(">")) continue; - if (*category+"/"+name == *tqmaskIt) + if (*category+"/"+name == *maskIt) { - kdDebug() << "Package: " << name << "-" << version << " is tqmasked" << endl; + kdDebug() << "Package: " << name << "-" << version << " is masked" << endl; isMasked = true; break; } -- cgit v1.2.3