summaryrefslogtreecommitdiff
path: root/core/pim/today/todaybase.h
Side-by-side diff
Diffstat (limited to 'core/pim/today/todaybase.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/todaybase.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/pim/today/todaybase.h b/core/pim/today/todaybase.h
index 13fbb8d..8840125 100644
--- a/core/pim/today/todaybase.h
+++ b/core/pim/today/todaybase.h
@@ -15,5 +15,5 @@
#include <qsplitter.h>
-class QVBoxLayout;
+class QVBox;
class QHBoxLayout;
class QGridLayout;
@@ -33,8 +33,10 @@ public:
QFrame* Frame4;
QPushButton* DatesButton;
- QLabel* DatesField;
+ //QLabel* DatesField;
QLabel* Frame;
QFrame* MailFrame;
QLabel* TextLabel1;
+ QScrollView* sv1;
+ QVBox* DatesField;
QFrame* Frame15;
QLabel* TodoField;