From 63c4fb318b4b6c0c22fce659f0029e4b21112c86 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/kmplayer@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kmplayerplaylist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kmplayerplaylist.cpp') diff --git a/src/kmplayerplaylist.cpp b/src/kmplayerplaylist.cpp index a33d374..12ca61e 100644 --- a/src/kmplayerplaylist.cpp +++ b/src/kmplayerplaylist.cpp @@ -1821,7 +1821,7 @@ bool SimpleSAXParser::parse (TQTextStream & d) { } else { if (!white_space.isEmpty ()) { if (!in_character_data) { - int pos = white_space.tqfindRev (TQChar ('\n')); + int pos = white_space.findRev (TQChar ('\n')); if (pos > -1) white_space = white_space.mid (pos + 1); } -- cgit v1.2.1