summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/function_keyboard.h
authorharlekin <harlekin>2002-10-24 16:14:42 (UTC)
committer harlekin <harlekin>2002-10-24 16:14:42 (UTC)
commit07811d76c261ece00a45589a2eb9d2bb8971943e (patch) (unidiff)
tree15a9c09878ff84c91b6ca0de7b7ed3ba4ff393ae /noncore/apps/opie-console/function_keyboard.h
parent1cc47fb5ca1516eb1c427666ca2bb650af271d0a (diff)
downloadopie-07811d76c261ece00a45589a2eb9d2bb8971943e.zip
opie-07811d76c261ece00a45589a2eb9d2bb8971943e.tar.gz
opie-07811d76c261ece00a45589a2eb9d2bb8971943e.tar.bz2
better use resource::
Diffstat (limited to 'noncore/apps/opie-console/function_keyboard.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/function_keyboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/function_keyboard.h b/noncore/apps/opie-console/function_keyboard.h
index 7f313d6..80d9f29 100644
--- a/noncore/apps/opie-console/function_keyboard.h
+++ b/noncore/apps/opie-console/function_keyboard.h
@@ -2,6 +2,7 @@
2#define OPIE_FUNCTION_KEYBOARD_H 2#define OPIE_FUNCTION_KEYBOARD_H
3 3
4#include <qpe/config.h> 4#include <qpe/config.h>
5#include <qpe/resource.h>
5#include <qpe/qpeapplication.h> 6#include <qpe/qpeapplication.h>
6#include <qframe.h> 7#include <qframe.h>
7#include <qpainter.h> 8#include <qpainter.h>
@@ -21,8 +22,7 @@ struct FKey {
21 22
22 if (!f.isEmpty()) { 23 if (!f.isEmpty()) {
23 24
24 pix = new QPixmap (QPEApplication::qpeDir() + "pics/console/keys/" + f); 25 pix = new QPixmap ( Resource::loadPixmap("console/keys/" + f ) );
25
26 } 26 }
27 }; 27 };
28 28