From 213be396f37a6127dbff313d2424253bcf317ca2 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 16 Oct 2004 21:34:58 +0000 Subject: -Disable FSCKED_DISTRIT and EAST -Use full Opie::Core::OConfig --- (limited to 'noncore/apps/opie-console/mainwindow.cpp') diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp index b3cb208..9b615f1 100644 --- a/noncore/apps/opie-console/mainwindow.cpp +++ b/noncore/apps/opie-console/mainwindow.cpp @@ -226,13 +226,13 @@ void MainWindow::initUI() { m_bar->insertItem( tr("Connection"), m_console ); /* the scripts menu */ - #ifdef EAST - OConfig cfg("opie-console"); +#ifdef EAST + Opie::Core::OConfig cfg("opie-console"); cfg.setGroup("10east"); if( !cfg.readEntry("scripthide",0) ) { m_bar->insertItem( tr("Scripts"), m_scripts ); } - #endif +#endif /* and the keyboard */ m_keyBar = new QToolBar(this); -- cgit v0.9.0.2