summaryrefslogtreecommitdiffstats
path: root/kpilot/todoWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/todoWidget.h')
-rw-r--r--kpilot/todoWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/todoWidget.h b/kpilot/todoWidget.h
index 9a8259d..0651092 100644
--- a/kpilot/todoWidget.h
+++ b/kpilot/todoWidget.h
@@ -41,7 +41,7 @@ class TQTextView;
class TodoListView : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
TodoListView(TQWidget * parent = 0, const char * name = 0 ):KListView(parent, name){};
~TodoListView() {};
@@ -67,7 +67,7 @@ public:
class TodoWidget : public PilotComponent
{
Q_OBJECT
- TQ_OBJECT
+
public:
TodoWidget(TQWidget* parent,const TQString& dbpath);