summaryrefslogtreecommitdiff
path: root/core/pim/today/todaybase.h
Unidiff
Diffstat (limited to 'core/pim/today/todaybase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/todaybase.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/core/pim/today/todaybase.h b/core/pim/today/todaybase.h
index b0b2e14..b737351 100644
--- a/core/pim/today/todaybase.h
+++ b/core/pim/today/todaybase.h
@@ -3,3 +3,3 @@
3 * 3 *
4 * copyright : (c) 2002 by Maximilian Reiß 4 * copyright : (c) 2002, 2003, 2004 by Maximilian Reiß
5 * email : harlekin@handhelds.org 5 * email : harlekin@handhelds.org
@@ -19,4 +19,5 @@
19 19
20#include <opie2/oclickablelabel.h>
21
20#include <qlayout.h> 22#include <qlayout.h>
21#include <opie/oclickablelabel.h>
22 23
@@ -30,2 +31,5 @@ class QBoxLayout;
30 31
32using namespace Opie;
33
34
31class TodayBase : public QWidget 35class TodayBase : public QWidget
@@ -41,3 +45,3 @@ public:
41 QVBoxLayout* layout; 45 QVBoxLayout* layout;
42 OClickableLabel* OwnerField; 46 Opie::OClickableLabel* OwnerField;
43 QLabel* Frame; 47 QLabel* Frame;
@@ -49,5 +53,2 @@ public:
49 53
50protected:
51
52
53}; 54};