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/gstplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gstplayer.cpp') diff --git a/src/gstplayer.cpp b/src/gstplayer.cpp index a17a0ef..4f82067 100644 --- a/src/gstplayer.cpp +++ b/src/gstplayer.cpp @@ -968,7 +968,7 @@ int main(int argc, char **argv) { repeat_count = atol (argv [++i]); } 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 -- cgit v1.2.1