summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oresource.cpp
Unidiff
Diffstat (limited to 'libopie2/opiecore/oresource.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/oresource.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libopie2/opiecore/oresource.cpp b/libopie2/opiecore/oresource.cpp
index 88058d0..0d6e60a 100644
--- a/libopie2/opiecore/oresource.cpp
+++ b/libopie2/opiecore/oresource.cpp
@@ -36,12 +36,15 @@
36 36
37#include "oresource.h" 37#include "oresource.h"
38 38
39namespace Opie { 39namespace Opie {
40namespace Core { 40namespace Core {
41 41
42static int smallIconSize = -1; // Size of small icons (width & height)
43static int bigIconSize = -1; // Size of large icons (width & height)
44
42QImage OResource::loadImage( const QString &name, Scale scale ) 45QImage OResource::loadImage( const QString &name, Scale scale )
43{ 46{
44 // Load image 47 // Load image
45 QString filename; 48 QString filename;
46 filename.sprintf( "%spics/%s.png", (const char*) oApp->qpeDir(), (const char*) name ); 49 filename.sprintf( "%spics/%s.png", (const char*) oApp->qpeDir(), (const char*) name );
47 QImage image( filename ); 50 QImage image( filename );