From 4a25ca5c80d9b88fdc1a0d44d1db47da47206899 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/kdeadmin@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksysv/ksv_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksysv/ksv_core.cpp') diff --git a/ksysv/ksv_core.cpp b/ksysv/ksv_core.cpp index 87d5528..b71ab78 100644 --- a/ksysv/ksv_core.cpp +++ b/ksysv/ksv_core.cpp @@ -59,7 +59,7 @@ TQString ksv::breakWords (const TQString& s, int amount) int pos = -1; for (int i = 1; i < amount; ++i) { - if ((pos = str.tqfind(' ', amount - i, false)) < 0 || (pos > maximum + i)) + if ((pos = str.find(' ', amount - i, false)) < 0 || (pos > maximum + i)) continue; else break; -- cgit v1.2.1