diff options
Diffstat (limited to 'quanta/project/eventeditordlg.h')
-rw-r--r-- | quanta/project/eventeditordlg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/project/eventeditordlg.h b/quanta/project/eventeditordlg.h index 697821c6..45b94a95 100644 --- a/quanta/project/eventeditordlg.h +++ b/quanta/project/eventeditordlg.h @@ -21,7 +21,7 @@ #include "eventeditordlgs.h" class TQLabel; -class KActionCollection; +class TDEActionCollection; class KComboBox; class EventEditorDlg : public EventEditorDlgS @@ -30,7 +30,7 @@ class EventEditorDlg : public EventEditorDlgS public: - EventEditorDlg(KActionCollection *actionCollection, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + EventEditorDlg(TDEActionCollection *actionCollection, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~EventEditorDlg(); void setEvent(const TQString &name); void setAction(const TQString &name); @@ -48,7 +48,7 @@ protected: TQMap<TQString, TQString> m_scriptActions; TQMap<TQString, TQString> m_otherActions; - KActionCollection *m_actionCollection; + TDEActionCollection *m_actionCollection; protected slots: |