From 055401d5dbcb7a509b9d6a6414ba3fc55a23eb82 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/kbfx@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kbfxlib/common/kbfxplasmapixmapprovider.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kbfxlib/common') diff --git a/kbfxlib/common/kbfxplasmapixmapprovider.cpp b/kbfxlib/common/kbfxplasmapixmapprovider.cpp index 8107583..d334a01 100644 --- a/kbfxlib/common/kbfxplasmapixmapprovider.cpp +++ b/kbfxlib/common/kbfxplasmapixmapprovider.cpp @@ -27,7 +27,7 @@ KbfxPlasmaPixmapProvider::addPixmap ( TQString pixmapname ) TQString lFileName = PixmapPath( pixmapname ); TQPixmap * lPixmapPtr = 0; - if ( ( lPixmapPtr = TQPixmapCache::tqfind ( pixmapname ) ) == NULL ) + if ( ( lPixmapPtr = TQPixmapCache::find ( pixmapname ) ) == NULL ) { lPixmapPtr = new TQPixmap ( lFileName ); TQPixmapCache::insert ( pixmapname,lPixmapPtr ); @@ -86,12 +86,12 @@ void KbfxPlasmaPixmapProvider::buildCache() TQPixmapCache::setCacheLimit ( 1024*5 ); static TQStringList m_skinElements; m_skinElements - <<"apptqfind" + <<"appfind" <<"bg" <<"botbg" <<"butterfly" <<"dudebox" - <<"tqfind" + <<"find" <<"hover" <<"indexseparator" <<"listboxbg" @@ -132,7 +132,7 @@ KbfxPlasmaPixmapProvider::pixmap ( const TQString & key ) { TQPixmap* pp; TQPixmap p; - if ( ( pp=TQPixmapCache::tqfind ( key ) ) ) + if ( ( pp=TQPixmapCache::find ( key ) ) ) { return pp; } -- cgit v1.2.1