summaryrefslogtreecommitdiff
path: root/core/pim/today/todaybase.h
Side-by-side diff
Diffstat (limited to 'core/pim/today/todaybase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/todaybase.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/core/pim/today/todaybase.h b/core/pim/today/todaybase.h
index 0118faa..ec06281 100644
--- a/core/pim/today/todaybase.h
+++ b/core/pim/today/todaybase.h
@@ -13,16 +13,17 @@
#include <qwidget.h>
#include <qscrollview.h>
#include <qsplitter.h>
+#include <opie/oclickablelabel.h>
-class QVBox;
-class QHBoxLayout;
-class QGridLayout;
+class QVBox;
+class QHBoxLayout;
+class QGridLayout;
class QFrame;
class QLabel;
class QPushButton;
class TodayBase : public QWidget
-{
+{
Q_OBJECT
public:
@@ -32,7 +33,7 @@ public:
//QScrollView* Frame4;
QFrame* Frame4;
QPushButton* DatesButton;
- QLabel* OwnerField;
+ OClickableLabel* OwnerField;
QLabel* Frame;
QFrame* MailFrame;
QLabel* TextLabel1;