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