From 348314c7411500e23ca467289ed92e446be9121b Mon Sep 17 00:00:00 2001 From: drw Date: Mon, 16 May 2005 18:56:02 +0000 Subject: Resource -> OResource --- (limited to 'noncore/apps/opie-console/function_keyboard.h') diff --git a/noncore/apps/opie-console/function_keyboard.h b/noncore/apps/opie-console/function_keyboard.h index a60ff4b..b7e211c 100644 --- a/noncore/apps/opie-console/function_keyboard.h +++ b/noncore/apps/opie-console/function_keyboard.h @@ -1,8 +1,9 @@ #ifndef OPIE_FUNCTION_KEYBOARD_H #define OPIE_FUNCTION_KEYBOARD_H +#include + #include -#include #include #include #include @@ -22,7 +23,7 @@ struct FKey { if (!f.isEmpty()) { - pix = new QPixmap ( Resource::loadPixmap("console/keys/" + f ) ); + pix = new QPixmap ( Opie::Core::OResource::loadPixmap("console/keys/" + f ) ); } }; -- cgit v0.9.0.2