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 --- kdeui/kcharselect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdeui/kcharselect.cpp') diff --git a/kdeui/kcharselect.cpp b/kdeui/kcharselect.cpp index 2ae916efe..7bd0320c9 100644 --- a/kdeui/kcharselect.cpp +++ b/kdeui/kcharselect.cpp @@ -460,7 +460,7 @@ TQSize KCharSelect::tqsizeHint() const //================================================================== void KCharSelect::setFont( const TQString &_font ) { - const TQValueList::Iterator it = fontList.tqfind( _font ); + const TQValueList::Iterator it = fontList.find( _font ); if ( it != fontList.end() ) { TQValueList::Iterator it2 = fontList.begin(); int pos = 0; -- cgit v1.2.3