diff options
Diffstat (limited to 'tdehtml/ecma/kjs_debugwin.cpp')
-rw-r--r-- | tdehtml/ecma/kjs_debugwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/ecma/kjs_debugwin.cpp b/tdehtml/ecma/kjs_debugwin.cpp index 2e08f5ea8..fdcfe98ca 100644 --- a/tdehtml/ecma/kjs_debugwin.cpp +++ b/tdehtml/ecma/kjs_debugwin.cpp @@ -678,7 +678,7 @@ bool KJSDebugWin::eventFilter(TQObject *o, TQEvent *e) case TQEvent::Quit: while (o->parent()) o = TQT_TQOBJECT(o->parent()); - if (TQT_BASE_OBJECT(o) == TQT_BASE_OBJECT(this)) + if (o == this) return TQWidget::eventFilter(o,e); else return true; |