summaryrefslogtreecommitdiffstats
path: root/twin-styles/system/systemclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/system/systemclient.cpp')
-rw-r--r--twin-styles/system/systemclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/system/systemclient.cpp b/twin-styles/system/systemclient.cpp
index d1edc611..869b925e 100644
--- a/twin-styles/system/systemclient.cpp
+++ b/twin-styles/system/systemclient.cpp
@@ -412,7 +412,7 @@ void SystemClient::addButtons(TQBoxLayout *hb, const TQString& s)
bool SystemClient::eventFilter( TQObject* o, TQEvent* e )
{
- if( TQT_BASE_OBJECT(o) != TQT_BASE_OBJECT(widget()))
+ if( o != widget())
return false;
switch( e->type())
{