diff options
Diffstat (limited to 'kexi/main/keximainwindowimpl.cpp')
| -rw-r--r-- | kexi/main/keximainwindowimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/main/keximainwindowimpl.cpp b/kexi/main/keximainwindowimpl.cpp index a14ebfbb9..37ff1c83f 100644 --- a/kexi/main/keximainwindowimpl.cpp +++ b/kexi/main/keximainwindowimpl.cpp @@ -3514,7 +3514,7 @@ bool KexiMainWindowImpl::eventFilter( TQObject *obj, TQEvent * e ) else { /* TQObject* o = tqfocusWidget(); while (o && !o->inherits("KexiDialogBase") && !o->inherits("KexiDockBase")) - o = o->tqparent();*/ + o = o->parent();*/ //js invalidateSharedActions(focus_w); } } |
