diff options
Diffstat (limited to 'quanta/project/eventeditordlg.h')
-rw-r--r-- | quanta/project/eventeditordlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/project/eventeditordlg.h b/quanta/project/eventeditordlg.h index 73897b39..8cb4f10b 100644 --- a/quanta/project/eventeditordlg.h +++ b/quanta/project/eventeditordlg.h @@ -30,7 +30,7 @@ class EventEditorDlg : public EventEditorDlgS TQ_OBJECT public: - EventEditorDlg(KActionCollection *actionCollection, TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); + EventEditorDlg(KActionCollection *actionCollection, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~EventEditorDlg(); void setEvent(const TQString &name); void setAction(const TQString &name); |