From 6e21bc798ba1066147d69dcc2d5c222ffafb9a90 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/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdecore/kshell.cpp') diff --git a/kdecore/kshell.cpp b/kdecore/kshell.cpp index 9ca5dc9b7..9a9aacfbe 100644 --- a/kdecore/kshell.cpp +++ b/kdecore/kshell.cpp @@ -355,7 +355,7 @@ TQString KShell::joinArgsDQ( const TQStringList &args ) TQString KShell::tildeExpand( const TQString &fname ) { if (fname[0] == (QChar)'~') { - int pos = fname.tqfind( '/' ); + int pos = fname.find( '/' ); if (pos < 0) return homeDir( TQConstString( fname.tqunicode() + 1, fname.length() - 1 ).string() ); TQString ret = homeDir( TQConstString( fname.tqunicode() + 1, pos - 1 ).string() ); -- cgit v1.2.1