summaryrefslogtreecommitdiffstats
path: root/knights/thinbuttons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/thinbuttons.cpp')
-rw-r--r--knights/thinbuttons.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/knights/thinbuttons.cpp b/knights/thinbuttons.cpp
index 74457e3..b619bad 100644
--- a/knights/thinbuttons.cpp
+++ b/knights/thinbuttons.cpp
@@ -111,10 +111,10 @@ void thinbuttons::setButton( int id )
}
///////////////////////////////////////
//
-// thinbuttons::tqfind
+// thinbuttons::find
//
///////////////////////////////////////
-TQButton* thinbuttons::tqfind( int id )
+TQButton* thinbuttons::find( int id )
{
unsigned int tmp;
@@ -157,7 +157,7 @@ void thinbuttons::remove( const int &id )
{
TQButton *butt;
- butt = tqfind(id);
+ butt = find(id);
if( butt != NULL )
{
remove( butt );