From bbb3cdf8f91d567f6c2e786bd144b64bd679ff9a Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 10 Feb 2003 21:28:14 +0000 Subject: adapted to new refresh, datebookplugin still need some work --- (limited to 'core/pim/today/plugins/todolist/todopluginwidget.h') diff --git a/core/pim/today/plugins/todolist/todopluginwidget.h b/core/pim/today/plugins/todolist/todopluginwidget.h index 37b0ee1..0d0deb5 100644 --- a/core/pim/today/plugins/todolist/todopluginwidget.h +++ b/core/pim/today/plugins/todolist/todopluginwidget.h @@ -19,6 +19,7 @@ #include #include +#include #include #include @@ -33,11 +34,14 @@ public: TodolistPluginWidget( QWidget *parent, const char *name ); ~TodolistPluginWidget(); + void refresh(); + protected slots: void startTodolist(); private: OClickableLabel *todoLabel; + QVBoxLayout* layoutTodo; OTodoAccess *todo; OTodoAccess::List m_list; -- cgit v0.9.0.2