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
@@ -16,3 +16,3 @@
-class QVBoxLayout;
+class QVBox;
class QHBoxLayout;
@@ -34,3 +34,3 @@ public:
QPushButton* DatesButton;
- QLabel* DatesField;
+ //QLabel* DatesField;
QLabel* Frame;
@@ -38,2 +38,4 @@ public:
QLabel* TextLabel1;
+ QScrollView* sv1;
+ QVBox* DatesField;
QFrame* Frame15;