summaryrefslogtreecommitdiffstats
path: root/kpilot/todoEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/todoEditor.h')
-rw-r--r--kpilot/todoEditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kpilot/todoEditor.h b/kpilot/todoEditor.h
index 53dbb33..523e1bb 100644
--- a/kpilot/todoEditor.h
+++ b/kpilot/todoEditor.h
@@ -44,12 +44,13 @@ class TodoEditorBase;
class TodoEditor : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
TodoEditor(PilotTodoEntry *todo,
struct ToDoAppInfo *appInfo,
- TQWidget *parent, const char *name=0L);
+ TQWidget *tqparent, const char *name=0L);
~TodoEditor();