From b513e26413e5b2aa7a52c23044e936a45b681f4b Mon Sep 17 00:00:00 2001 From: drw Date: Sun, 24 Apr 2005 21:55:58 +0000 Subject: Resource -> OResource, and fix dependency on libopiesecurity2 lib --- (limited to 'core/applets') diff --git a/core/applets/lockapplet/lock.cpp b/core/applets/lockapplet/lock.cpp index 89f27bb..a831b99 100644 --- a/core/applets/lockapplet/lock.cpp +++ b/core/applets/lockapplet/lock.cpp @@ -2,9 +2,9 @@ /* OPIE */ #include +#include #include -#include /* QT */ #include @@ -38,10 +38,7 @@ QString LockMenuApplet::text() const QIconSet LockMenuApplet::icon() const { - QPixmap pix; - QImage img = Resource::loadImage( "security/lock" ); - if ( !img.isNull() ) - pix.convertFromImage( img.smoothScale( AppLnk::smallIconSize(), AppLnk::smallIconSize() ) ); + QPixmap pix = Opie::Core::OResource::loadPixmap( "security/lock", Opie::Core::OResource::SmallIcon ); return pix; } diff --git a/core/applets/lockapplet/lockapplet.pro b/core/applets/lockapplet/lockapplet.pro index ce4761c..500acba 100644 --- a/core/applets/lockapplet/lockapplet.pro +++ b/core/applets/lockapplet/lockapplet.pro @@ -6,7 +6,7 @@ TARGET = lockapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopiesecurity2 +LIBS += -lqpe -lopiecore2 -lopiesecurity2 VERSION = 1.0.0 include( $(OPIEDIR)/include.pro ) diff --git a/core/applets/lockapplet/opie-lockapplet.control b/core/applets/lockapplet/opie-lockapplet.control index cf76d69..97194ab 100644 --- a/core/applets/lockapplet/opie-lockapplet.control +++ b/core/applets/lockapplet/opie-lockapplet.control @@ -4,7 +4,7 @@ Priority: optional Section: opie/applets Maintainer: Opie Team Architecture: arm -Depends: task-opie-minimal, opie-security +Depends: task-opie-minimal, libopiecore2, libopiesecurity2 Description: Lock Opie now Button to lock Opie (as configured in the Security settings) on demand. -- cgit v0.9.0.2