summaryrefslogtreecommitdiff
path: root/noncore/net
authordrw <drw>2005-06-15 19:23:41 (UTC)
committer drw <drw>2005-06-15 19:23:41 (UTC)
commitdfad70bb3964d6f7142660ea4349d4af0349b46d (patch) (side-by-side diff)
treefef2e7f560c9453465159bf5b385b97d658c156e /noncore/net
parent1919f131d887881b52998bf1bad3ffda058d381c (diff)
downloadopie-dfad70bb3964d6f7142660ea4349d4af0349b46d.zip
opie-dfad70bb3964d6f7142660ea4349d4af0349b46d.tar.gz
opie-dfad70bb3964d6f7142660ea4349d4af0349b46d.tar.bz2
Resource -> OResource
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/linphone/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/linphone/mainwindow.cpp b/noncore/net/linphone/mainwindow.cpp
index 1bd9987..5b9b867 100644
--- a/noncore/net/linphone/mainwindow.cpp
+++ b/noncore/net/linphone/mainwindow.cpp
@@ -1,5 +1,5 @@
#include <qlayout.h>
-#include <qpe/resource.h>
+#include <opie2/oresource.h>
#include <qpe/qpeapplication.h>
#include "mainwindow.h"
@@ -17,7 +17,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags )
prefMenu = new QPopupMenu( menuBar );
menuBar->insertItem( tr( "Connection" ), prefMenu );
- settings = new QAction( tr("Settings"), QIconSet( Resource::loadPixmap("SettingsIcon") ), 0, 0, this);
+ settings = new QAction( tr("Settings"), Opie::Core::OResource::loadPixmap("SettingsIcon", Opie::Core::OResource::SmallIcon) ), 0, 0, this);
settings->addTo( prefMenu );
connect( settings, SIGNAL( activated() ),
SLOT( slotSettings() ) );