summaryrefslogtreecommitdiffstats
path: root/tdeui/kcursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kcursor.cpp')
-rw-r--r--tdeui/kcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kcursor.cpp b/tdeui/kcursor.cpp
index 17f523d86..7a13e791d 100644
--- a/tdeui/kcursor.cpp
+++ b/tdeui/kcursor.cpp
@@ -317,7 +317,7 @@ TQWidget* KCursorPrivateAutoHideEventFilter::actualWidget() const
bool KCursorPrivateAutoHideEventFilter::eventFilter( TQObject *o, TQEvent *e )
{
- Q_ASSERT( TQT_BASE_OBJECT(o) == TQT_BASE_OBJECT(m_widget) );
+ Q_ASSERT( o == m_widget );
switch ( e->type() )
{