diff options
Diffstat (limited to 'kexi/plugins/forms/kexiformeventhandler.h')
-rw-r--r-- | kexi/plugins/forms/kexiformeventhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/forms/kexiformeventhandler.h b/kexi/plugins/forms/kexiformeventhandler.h index 6e020e25..e882eeb8 100644 --- a/kexi/plugins/forms/kexiformeventhandler.h +++ b/kexi/plugins/forms/kexiformeventhandler.h @@ -84,7 +84,7 @@ class KEXIFORMUTILS_EXPORT KexiFormEventAction : public KAction //!< @see ActionToExecuteListView::showActionsForMimeType() }; - KexiFormEventAction(KexiMainWindow *mainWin, TQObject* tqparent, const TQString& actionName, + KexiFormEventAction(KexiMainWindow *mainWin, TQObject* parent, const TQString& actionName, const TQString& objectName, const TQString& actionOption); virtual ~KexiFormEventAction(); |