summaryrefslogtreecommitdiffstats
path: root/kexi/core/kexisharedactionhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core/kexisharedactionhost.h')
-rw-r--r--kexi/core/kexisharedactionhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/kexisharedactionhost.h b/kexi/core/kexisharedactionhost.h
index 91cc09f4..c7fcb181 100644
--- a/kexi/core/kexisharedactionhost.h
+++ b/kexi/core/kexisharedactionhost.h
@@ -69,7 +69,7 @@ class KEXICORE_EXPORT KexiSharedActionHost
*/
virtual bool acceptsSharedActions(TQObject *o);
- /*! \return window widget that is currently focused (using TQWidget::tqfocusWidget())
+ /*! \return window widget that is currently focused (using TQWidget::focusWidget())
and matches acceptsSharedActions(). If focused widget does not match,
it's parent, grandparent, and so on is checked. If all this fails,
or no widget has focus, NULL is returned.