summaryrefslogtreecommitdiffstats
path: root/twin-styles/kstep/nextclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/kstep/nextclient.cpp')
-rw-r--r--twin-styles/kstep/nextclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/kstep/nextclient.cpp b/twin-styles/kstep/nextclient.cpp
index 0a18d552..b9953459 100644
--- a/twin-styles/kstep/nextclient.cpp
+++ b/twin-styles/kstep/nextclient.cpp
@@ -876,7 +876,7 @@ void NextClient::reset(unsigned long)
bool NextClient::eventFilter(TQObject *o, TQEvent *e)
{
- if (TQT_BASE_OBJECT(o) != TQT_BASE_OBJECT(widget()))
+ if (o != widget())
return false;
switch (e->type()) {
case TQEvent::Resize: