summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookdayallday.h
Side-by-side diff
Diffstat (limited to 'core/pim/datebook/datebookdayallday.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebookdayallday.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/datebook/datebookdayallday.h b/core/pim/datebook/datebookdayallday.h
index c781785..f5867e5 100644
--- a/core/pim/datebook/datebookdayallday.h
+++ b/core/pim/datebook/datebookdayallday.h
@@ -5,2 +5,3 @@
#include <qframe.h>
+#include <qscrollview.h>
#include <qlabel.h>
@@ -16,3 +17,3 @@ class DateBookDB;
-class DatebookdayAllday : public QWidget
+class DatebookdayAllday : public QScrollView
{
@@ -31,2 +32,3 @@ public slots:
protected:
+ QFrame * m_MainFrame;
QVBoxLayout* datebookdayalldayLayout;