From 6224b01d20b07f221e84236067669a5597e09d4e 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/applications/knutclient@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/knutclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/knutclient.cpp') diff --git a/src/knutclient.cpp b/src/knutclient.cpp index b146e0e..54c0b52 100755 --- a/src/knutclient.cpp +++ b/src/knutclient.cpp @@ -401,7 +401,7 @@ void KNutClient::initVars (void) { // only for backwards compatibility with older release then 0.7 if (upsData.upsAddress.isEmpty()) { int charPos; - if ((charPos=upsData.upsName.tqfind('@')) == -1) { + if ((charPos=upsData.upsName.find('@')) == -1) { upsData.upsAddress=upsData.upsName; upsData.upsName=""; } -- cgit v1.2.1