summaryrefslogtreecommitdiffstats
path: root/quanta/project/eventconfigurationdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:16:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:16:01 -0600
commit9771f17f8cc5252b12ec5f3edf47ff9bffdf997f (patch)
treeb9e389db87bdba126010d03fb5bccdc748d0e6fa /quanta/project/eventconfigurationdlg.h
parent9930e16dde86b7de9b792613d826f4f8648b9768 (diff)
downloadtdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.tar.gz
tdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'quanta/project/eventconfigurationdlg.h')
-rw-r--r--quanta/project/eventconfigurationdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/project/eventconfigurationdlg.h b/quanta/project/eventconfigurationdlg.h
index 9841d009..b7c64779 100644
--- a/quanta/project/eventconfigurationdlg.h
+++ b/quanta/project/eventconfigurationdlg.h
@@ -20,7 +20,7 @@
#include "eventconfigurationdlgs.h"
class TQDomDocument;
-class KActionCollection;
+class TDEActionCollection;
struct EventAction;
typedef TQMap<TQString, TQValueList<EventAction> > EventActions;
@@ -30,7 +30,7 @@ class EventConfigurationDlg : public EventConfigurationDlgS
public:
- EventConfigurationDlg(KActionCollection *actionCollection, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ EventConfigurationDlg(TDEActionCollection *actionCollection, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~EventConfigurationDlg();
void initEvents(EventActions *events);
void saveEvents(TQDomDocument dom);
@@ -41,7 +41,7 @@ public slots:
void slotDeleteEvent();
protected:
- KActionCollection *m_actionCollection;
+ TDEActionCollection *m_actionCollection;
protected slots: