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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/core/kexisharedactionhost.h b/kexi/core/kexisharedactionhost.h
index 035ce3526..235ca9b8e 100644
--- a/kexi/core/kexisharedactionhost.h
+++ b/kexi/core/kexisharedactionhost.h
@@ -100,13 +100,13 @@ class KEXICORE_EXPORT KexiSharedActionHost
Otherwise the action is disabled.
If \a o is not KexiDialogBase or its child,
- actions are only tqinvalidated if these come from mainwindow's KActionCollection
+ actions are only invalidated if these come from mainwindow's KActionCollection
(thus part-actions are untouched when the focus is e.g. in the Property Editor.
Call this method when it is known that some actions need invalidation
(e.g. when new window is activated). See how it is used in KexiMainWindowImpl.
*/
- virtual void tqinvalidateSharedActions(TQObject *o);
+ virtual void invalidateSharedActions(TQObject *o);
void setActionAvailable(const char *action_name, bool avail);