summaryrefslogtreecommitdiff
path: root/core/pim/today/todaybase.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/today/todaybase.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/todaybase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/today/todaybase.cpp b/core/pim/today/todaybase.cpp
index da4efa3..a36ecaa 100644
--- a/core/pim/today/todaybase.cpp
+++ b/core/pim/today/todaybase.cpp
@@ -60,3 +60,3 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
// Today text
- QLabel* TodayLabel = new QLabel( Frame, "TodayText" );
+ TodayLabel = new QLabel( Frame, "TodayText" );
TodayLabel->setGeometry( QRect( 10, 1, 168, 40 ) );
@@ -79,3 +79,3 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
// Opiezilla
- QLabel* Opiezilla = new QLabel( Frame, "OpieZilla" );
+ Opiezilla = new QLabel( Frame, "OpieZilla" );
Opiezilla->setPixmap( opiezilla );