summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/tools/tqasciicache.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/tools/tqasciicache.h')
-rw-r--r--experimental/tqtinterface/qt4/src/tools/tqasciicache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/tqtinterface/qt4/src/tools/tqasciicache.h b/experimental/tqtinterface/qt4/src/tools/tqasciicache.h
index 9a8d820a8..d783a95bf 100644
--- a/experimental/tqtinterface/qt4/src/tools/tqasciicache.h
+++ b/experimental/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 );