summaryrefslogtreecommitdiffstats
path: root/quanta/project/eventconfigurationdlg.h
diff options
context:
space:
mode:
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 b1e4c14d..170a681c 100644
--- a/quanta/project/eventconfigurationdlg.h
+++ b/quanta/project/eventconfigurationdlg.h
@@ -22,17 +22,17 @@
class QDomDocument;
class KActionCollection;
struct EventAction;
-typedef QMap<QString, QValueList<EventAction> > EventActions;
+typedef TQMap<TQString, TQValueList<EventAction> > EventActions;
class EventConfigurationDlg : public EventConfigurationDlgS
{
Q_OBJECT
public:
- EventConfigurationDlg(KActionCollection *actionCollection, QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ EventConfigurationDlg(KActionCollection *actionCollection, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~EventConfigurationDlg();
void initEvents(EventActions *events);
- void saveEvents(QDomDocument dom);
+ void saveEvents(TQDomDocument dom);
public slots:
void slotEditEvent();