summaryrefslogtreecommitdiffstats
path: root/knights/knightspixcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/knightspixcache.cpp')
-rw-r--r--knights/knightspixcache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/knightspixcache.cpp b/knights/knightspixcache.cpp
index 0f69099..989fcfb 100644
--- a/knights/knightspixcache.cpp
+++ b/knights/knightspixcache.cpp
@@ -106,10 +106,10 @@ void KnightsPixCache::add( const TQString &label, const TQPixmap &pixmap )
}
///////////////////////////////////////
//
-// KnightsPixCache::tqfind
+// KnightsPixCache::find
//
///////////////////////////////////////
-bool KnightsPixCache::tqfind( const TQString &label, TQPixmap &pixmap )
+bool KnightsPixCache::find( const TQString &label, TQPixmap &pixmap )
{
bool status(FALSE);
for( IT = list.begin(); IT != list.end(); ++IT )