From 87676b131aad1bfe979570a48107527db4040020 Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 01 Mar 2004 15:47:43 +0000 Subject: today plus datebook, mail, todolist plugins libopie1->libopie2 --- (limited to 'core/pim/today/todaybase.h') 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 @@ -1,7 +1,7 @@ /* * todaybase.h * - * copyright : (c) 2002 by Maximilian Reiß + * copyright : (c) 2002, 2003, 2004 by Maximilian Reiß * email : harlekin@handhelds.org * */ @@ -17,8 +17,9 @@ #ifndef TODAYBASE_H #define TODAYBASE_H +#include + #include -#include class QVBox; class QGridLayout; @@ -28,6 +29,9 @@ class QPushButton; class QBoxLayout; +using namespace Opie; + + class TodayBase : public QWidget { Q_OBJECT @@ -39,7 +43,7 @@ public: QFrame* Frame4; QPushButton* DatesButton; QVBoxLayout* layout; - OClickableLabel* OwnerField; + Opie::OClickableLabel* OwnerField; QLabel* Frame; QLabel* DateLabel; QFrame* Frame15; @@ -47,9 +51,6 @@ public: QLabel* TodayLabel; OClickableLabel* ConfigButton; -protected: - - }; #endif -- cgit v0.9.0.2