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