diff options
Diffstat (limited to 'tqtinterface/qt4/src/tools/tqintcache.h')
-rw-r--r-- | tqtinterface/qt4/src/tools/tqintcache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/tools/tqintcache.h b/tqtinterface/qt4/src/tools/tqintcache.h index ed48fc3..239a40c 100644 --- a/tqtinterface/qt4/src/tools/tqintcache.h +++ b/tqtinterface/qt4/src/tools/tqintcache.h @@ -74,10 +74,10 @@ public: type *take( long k ) { return (type *)TQGCache::take_other((const char*)k);} void clear() { TQGCache::clear(); } - type *tqfind( long k, bool ref=TRUE ) const - { return (type *)TQGCache::tqfind_other( (const char*)k,ref);} + type *find( long k, bool ref=TRUE ) const + { return (type *)TQGCache::find_other( (const char*)k,ref);} type *operator[]( long k ) const - { return (type *)TQGCache::tqfind_other( (const char*)k); } + { return (type *)TQGCache::find_other( (const char*)k); } void statistics() const { TQGCache::statistics(); } private: void deleteItem( Item d ); |