From 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:16:01 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- quanta/project/eventeditordlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'quanta/project/eventeditordlg.h') 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 m_scriptActions; TQMap m_otherActions; - KActionCollection *m_actionCollection; + TDEActionCollection *m_actionCollection; protected slots: -- cgit v1.2.1