summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/EventEditDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/EventEditDialog.h')
-rw-r--r--src/gui/dialogs/EventEditDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/EventEditDialog.h b/src/gui/dialogs/EventEditDialog.h
index 15f83ac..7593c79 100644
--- a/src/gui/dialogs/EventEditDialog.h
+++ b/src/gui/dialogs/EventEditDialog.h
@@ -48,6 +48,7 @@ class PropertyName;
class EventEditDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -57,7 +58,7 @@ public:
* the resulting edited version can subsequently be queried
* through getEvent().
*/
- EventEditDialog(TQWidget *parent,
+ EventEditDialog(TQWidget *tqparent,
const Event &event,
bool editable = true);