From c8acbf192ca4aa64ed66306ca872cb3860590b3c Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 23 Mar 2004 23:59:36 +0000 Subject: Update.... Start the Slave Add the Iface for OKeyConfigWidget --- (limited to 'noncore/graphics/opie-eye/gui/mainwindow.cpp') diff --git a/noncore/graphics/opie-eye/gui/mainwindow.cpp b/noncore/graphics/opie-eye/gui/mainwindow.cpp index 0a2fcab..ea765d1 100644 --- a/noncore/graphics/opie-eye/gui/mainwindow.cpp +++ b/noncore/graphics/opie-eye/gui/mainwindow.cpp @@ -13,8 +13,8 @@ #include #include -#include -#include +#include +#include #include #include @@ -24,7 +24,7 @@ #include "mainwindow.h" -OPIE_EXPORT_APP( OApplicationFactory ) +OPIE_EXPORT_APP( Opie::Core::OApplicationFactory ) PMainWindow::PMainWindow(QWidget* wid, const char* name, WFlags style) : QMainWindow( wid, name, style ), m_cfg("phunkview") @@ -84,7 +84,7 @@ void PMainWindow::slotConfig() { dlg.setCaption( tr("Phunk View - Config" ) ); QHBoxLayout *lay = new QHBoxLayout(&dlg); - OTabWidget *wid = new OTabWidget(&dlg ); + Opie::Ui::OTabWidget *wid = new Opie::Ui::OTabWidget(&dlg ); lay->addWidget( wid ); ViewMap *vM = viewMap(); ViewMap::Iterator _it = vM->begin(); -- cgit v0.9.0.2