summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/tools/tqcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/tools/tqcache.h')
-rw-r--r--experimental/tqtinterface/qt4/src/tools/tqcache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/tqtinterface/qt4/src/tools/tqcache.h b/experimental/tqtinterface/qt4/src/tools/tqcache.h
index 72881d437..dd50b5770 100644
--- a/experimental/tqtinterface/qt4/src/tools/tqcache.h
+++ b/experimental/tqtinterface/qt4/src/tools/tqcache.h
@@ -73,10 +73,10 @@ public:
{ return TQGCache::remove_string(k); }
type *take( const TQString &k )
{ return (type *)TQGCache::take_string(k); }
- type *tqfind( const TQString &k, bool ref=TRUE ) const
- { return (type *)TQGCache::tqfind_string(k,ref);}
+ type *find( const TQString &k, bool ref=TRUE ) const
+ { return (type *)TQGCache::find_string(k,ref);}
type *operator[]( const TQString &k ) const
- { return (type *)TQGCache::tqfind_string(k);}
+ { return (type *)TQGCache::find_string(k);}
void statistics() const { TQGCache::statistics(); }
private:
void deleteItem( Item d );