From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/applets/launcher/popularity.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kicker/applets/launcher/popularity.h') diff --git a/kicker/applets/launcher/popularity.h b/kicker/applets/launcher/popularity.h index b1dcb32d6..06e7e0454 100644 --- a/kicker/applets/launcher/popularity.h +++ b/kicker/applets/launcher/popularity.h @@ -24,8 +24,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __popularity_h__ #define __popularity_h__ -#include -#include +#include +#include class PopularityStatisticsImpl; class Prefs; @@ -61,7 +61,7 @@ public: * counters for the given service and decrease the * counters for all the others. */ - void useService(const QString& service); + void useService(const TQString& service); /** * Exchange all state variables of the most @@ -71,18 +71,18 @@ public: * as before. Order of items in the string list * does *not* matter/ */ - void moveToTop(const QStringList& services); + void moveToTop(const TQStringList& services); /** * Sets all counters to zero for the given service */ - void moveToBottom(const QString& service); + void moveToBottom(const TQString& service); /** * Retrieve the name of a service by its position * in the current popularity ranking */ - QString serviceByRank(int n) const; + TQString serviceByRank(int n) const; /** * Retrieve the popularity (0-1) of a service by @@ -94,7 +94,7 @@ public: * Gets the rank of a given service. * Returns -1 if the service is not in the ranking */ - int rankByService(const QString service); + int rankByService(const TQString service); /** * Writes the configuration. -- cgit v1.2.1