From 0813b39aed2cf4c84157a22c4c9594336d93d412 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kstartperf/kstartperf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kstartperf/kstartperf.cpp') diff --git a/kstartperf/kstartperf.cpp b/kstartperf/kstartperf.cpp index eb5152ca..ca8dfcec 100644 --- a/kstartperf/kstartperf.cpp +++ b/kstartperf/kstartperf.cpp @@ -54,7 +54,7 @@ TQString libkstartperf() if (line.left(15) == "library_names='") { lib = line.mid(15); - int pos = lib.tqfind(" "); + int pos = lib.find(" "); if (pos > 0) lib = lib.left(pos); } -- cgit v1.2.1