summaryrefslogtreecommitdiff
path: root/core/pim
Unidiff
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/todaybase.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/today/todaybase.cpp b/core/pim/today/todaybase.cpp
index cb809d3..a89f454 100644
--- a/core/pim/today/todaybase.cpp
+++ b/core/pim/today/todaybase.cpp
@@ -18,2 +18,3 @@
18 18
19#include <qpe/applnk.h>
19#include <qpe/resource.h> 20#include <qpe/resource.h>
@@ -32,3 +33,4 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
32 opiezilla.convertFromImage( opiezillaimage ); 33 opiezilla.convertFromImage( opiezillaimage );
33 QPixmap config = Resource::loadPixmap( "SettingsIcon" ); // config icon 34 QPixmap config;
35 config.convertFromImage( Resource::loadImage( "SettingsIcon" ).smoothScale( AppLnk::smallIconSize(), AppLnk::smallIconSize() ) );
34 36