summaryrefslogtreecommitdiffstats
path: root/src/xvplayer.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit63c4fb318b4b6c0c22fce659f0029e4b21112c86 (patch)
tree9bb206b2d90ed5fe44cea4fcb5732b6741eaaa3e /src/xvplayer.cpp
parent0d5a05983c0c2ba7a51bdeb1688dc232bacfa8ff (diff)
downloadkmplayer-63c4fb318b4b6c0c22fce659f0029e4b21112c86.tar.gz
kmplayer-63c4fb318b4b6c0c22fce659f0029e4b21112c86.zip
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
Diffstat (limited to 'src/xvplayer.cpp')
-rw-r--r--src/xvplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xvplayer.cpp b/src/xvplayer.cpp
index 3319813..4f61fc1 100644
--- a/src/xvplayer.cpp
+++ b/src/xvplayer.cpp
@@ -648,7 +648,7 @@ int main(int argc, char **argv) {
configfile[sizeof (configfile) - 1] = 0;
} else if (!strcmp (argv [i], "-cb")) {
TQString str = argv [++i];
- int pos = str.tqfind ('/');
+ int pos = str.find ('/');
if (pos > -1) {
fprintf (stderr, "callback is %s %s\n", str.left (pos).ascii (), str.mid (pos + 1).ascii ());
callback = new KMPlayer::Callback_stub