summaryrefslogtreecommitdiffstats
path: root/knights/thinbuttons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/thinbuttons.cpp')
-rw-r--r--knights/thinbuttons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/thinbuttons.cpp b/knights/thinbuttons.cpp
index c2d475a..c9c4e43 100644
--- a/knights/thinbuttons.cpp
+++ b/knights/thinbuttons.cpp
@@ -51,7 +51,7 @@ thinbuttons::~thinbuttons()
void thinbuttons::childEvent( TQChildEvent * cev )
{
/* Make sure this method only effects child buttons */
- if( TQString( TQT_TQOBJECT(cev->child())->name() ) != TQString( "MatchSelector" ) )
+ if( TQString( cev->child()->name() ) != TQString( "MatchSelector" ) )
return;
if( cev->removed() )
remove( (TQButton*)cev->child() );