From da4be7880ff1de6415ab6256afd2514e64f5fa2e 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/kdegraphics@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmscanner.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pmscanner.h') diff --git a/kpovmodeler/pmscanner.h b/kpovmodeler/pmscanner.h index b18d1722..43c8aef3 100644 --- a/kpovmodeler/pmscanner.h +++ b/kpovmodeler/pmscanner.h @@ -49,13 +49,13 @@ public: /** * Returns the token constant for the key if found, otherwise -1 */ - int operator[] ( const char* key ) const { return tqfind( key ); } + int operator[] ( const char* key ) const { return find( key ); } /** * Returns the token constant for the key if found, otherwise -1 */ - int tqfind( const char* key ) const + int find( const char* key ) const { - int* result = TQAsciiDict::tqfind( key ); + int* result = TQAsciiDict::find( key ); if( result ) return *result; return -1; -- cgit v1.2.1