-rw-r--r-- | core/pim/today/todaybase.cpp | 4 |
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 @@ | |||
16 | 16 | ||
17 | #include "todaybase.h" | 17 | #include "todaybase.h" |
18 | 18 | ||
19 | #include <qpe/applnk.h> | ||
19 | #include <qpe/resource.h> | 20 | #include <qpe/resource.h> |
20 | 21 | ||
21 | #include <qvbox.h> | 22 | #include <qvbox.h> |
@@ -30,7 +31,8 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags ) | |||
30 | opiezillaimage = opiezillaimage.smoothScale( 45, 45 ); | 31 | opiezillaimage = opiezillaimage.smoothScale( 45, 45 ); |
31 | QPixmap opiezilla; //the opiezilla | 32 | QPixmap opiezilla; //the opiezilla |
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 | ||
35 | layout = 0L; | 37 | layout = 0L; |
36 | 38 | ||