summaryrefslogtreecommitdiffstats
path: root/knights/thinbuttons.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/thinbuttons.h')
-rw-r--r--knights/thinbuttons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/thinbuttons.h b/knights/thinbuttons.h
index d933fb7..72d1dd0 100644
--- a/knights/thinbuttons.h
+++ b/knights/thinbuttons.h
@@ -42,7 +42,7 @@ class thinbuttons : public TQFrame
~thinbuttons();
void mousePressEvent( TQMouseEvent *event );
void setButton( int id );
- TQButton* tqfind( int id );
+ TQButton* find( int id );
TQButton* create( int id );
void remove( TQButton* button );
void remove( const int &id );