summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (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
@@ -16,6 +16,7 @@
#include "todaybase.h"
+#include <qpe/applnk.h>
#include <qpe/resource.h>
#include <qvbox.h>
@@ -30,7 +31,8 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags )
opiezillaimage = opiezillaimage.smoothScale( 45, 45 );
QPixmap opiezilla; //the opiezilla
opiezilla.convertFromImage( opiezillaimage );
- QPixmap config = Resource::loadPixmap( "SettingsIcon" ); // config icon
+ QPixmap config;
+ config.convertFromImage( Resource::loadImage( "SettingsIcon" ).smoothScale( AppLnk::smallIconSize(), AppLnk::smallIconSize() ) );
layout = 0L;