summaryrefslogtreecommitdiff
path: root/core/pim
Unidiff
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.cpp2
-rw-r--r--core/pim/today/todaybase.cpp4
2 files changed, 4 insertions, 2 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index d0cdd18..4ec690c 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -298,3 +298,3 @@ void Today::draw() {
298 298
299 if ( plugin.active ) { 299 if ( plugin.active ) {
300 // qDebug( plugin.name + " is ACTIVE " ); 300 // qDebug( plugin.name + " is ACTIVE " );
diff --git a/core/pim/today/todaybase.cpp b/core/pim/today/todaybase.cpp
index c896463..7beed34 100644
--- a/core/pim/today/todaybase.cpp
+++ b/core/pim/today/todaybase.cpp
@@ -32,3 +32,3 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
32 32
33 layout = new QVBoxLayout( this ); 33 layout = 0L;
34 34
@@ -55,2 +55,3 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
55 Frame->setLineWidth( 0 ); 55 Frame->setLineWidth( 0 );
56 Frame->setMaximumHeight( 50 );
56 57
@@ -58,2 +59,3 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
58 QVBox *box1 = new QVBox( Frame ); 59 QVBox *box1 = new QVBox( Frame );
60 box1->setMinimumWidth( 100 );
59 // Today text 61 // Today text