From c220c5e580c3cd0e16cf9a7c252a0f66b7034d02 Mon Sep 17 00:00:00 2001 From: drw Date: Sat, 04 Jun 2005 00:13:32 +0000 Subject: Resource -> OResource, fix couple compile warnings and add .cvsignore files --- (limited to 'noncore/applets/keyhelper/keyhelperapplet/anylnk/AnyLnk.cpp') diff --git a/noncore/applets/keyhelper/keyhelperapplet/anylnk/AnyLnk.cpp b/noncore/applets/keyhelper/keyhelperapplet/anylnk/AnyLnk.cpp index 3c2298e..fc02862 100644 --- a/noncore/applets/keyhelper/keyhelperapplet/anylnk/AnyLnk.cpp +++ b/noncore/applets/keyhelper/keyhelperapplet/anylnk/AnyLnk.cpp @@ -4,13 +4,7 @@ void AnyLnk::loadPixmap() { if(m_params.count() >= 3){ - QString& str = m_params[2]; - QImage image = Resource::loadImage(str); - if(image.isNull() == false){ - const QSize& size = AppLnkManager::getIconSize(); - m_pixmap.convertFromImage( - image.smoothScale(size.width(), size.height()) ); - } + m_pixmap = Opie::Core::OResource::loadPixmap( m_params[2], Opie::Core::OResource::SmallIcon ); } } -- cgit v0.9.0.2