summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (show 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,3 +1,3 @@
1#include <qlayout.h> 1#include <qlayout.h>
2#include <qpe/resource.h> 2#include <opie2/oresource.h>
3#include <qpe/qpeapplication.h> 3#include <qpe/qpeapplication.h>
@@ -19,3 +19,3 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags )
19 19
20 settings = new QAction( tr("Settings"), QIconSet( Resource::loadPixmap("SettingsIcon") ), 0, 0, this); 20 settings = new QAction( tr("Settings"), Opie::Core::OResource::loadPixmap("SettingsIcon", Opie::Core::OResource::SmallIcon) ), 0, 0, this);
21 settings->addTo( prefMenu ); 21 settings->addTo( prefMenu );