diff options
Diffstat (limited to 'quanta/project/eventeditordlg.cpp')
-rw-r--r-- | quanta/project/eventeditordlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/project/eventeditordlg.cpp b/quanta/project/eventeditordlg.cpp index 1bba3655..ddd22837 100644 --- a/quanta/project/eventeditordlg.cpp +++ b/quanta/project/eventeditordlg.cpp @@ -35,8 +35,8 @@ extern TQString taskLeaderStr; extern TQString teamLeaderStr; extern TQString subprojectLeaderStr; -EventEditorDlg::EventEditorDlg(KActionCollection *actionCollection, TQWidget* tqparent, const char* name, WFlags fl) -: EventEditorDlgS(tqparent,name,fl) +EventEditorDlg::EventEditorDlg(KActionCollection *actionCollection, TQWidget* parent, const char* name, WFlags fl) +: EventEditorDlgS(parent,name,fl) { m_actionCollection = actionCollection; eventCombo->insertStringList(QPEvents::ref()->eventNames()); |