From dfad70bb3964d6f7142660ea4349d4af0349b46d Mon Sep 17 00:00:00 2001 From: drw Date: Wed, 15 Jun 2005 19:23:41 +0000 Subject: Resource -> OResource --- (limited to 'noncore/net') 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 -#include +#include #include #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() ) ); -- cgit v0.9.0.2