summaryrefslogtreecommitdiff
authorzecke <zecke>2004-10-16 21:34:58 (UTC)
committer zecke <zecke>2004-10-16 21:34:58 (UTC)
commit213be396f37a6127dbff313d2424253bcf317ca2 (patch) (unidiff)
tree841aef8ac46c2856d0159ca0068e2de2fa8a2797
parent999a0f2d22f132005bde62558ace48a0ce8b1dcc (diff)
downloadopie-213be396f37a6127dbff313d2424253bcf317ca2.zip
opie-213be396f37a6127dbff313d2424253bcf317ca2.tar.gz
opie-213be396f37a6127dbff313d2424253bcf317ca2.tar.bz2
-Disable FSCKED_DISTRIT and EAST
-Use full Opie::Core::OConfig
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp6
-rw-r--r--noncore/apps/opie-console/opie-console.pro2
2 files changed, 4 insertions, 4 deletions
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() {
226 m_bar->insertItem( tr("Connection"), m_console ); 226 m_bar->insertItem( tr("Connection"), m_console );
227 227
228 /* the scripts menu */ 228 /* the scripts menu */
229 #ifdef EAST 229#ifdef EAST
230 OConfig cfg("opie-console"); 230 Opie::Core::OConfig cfg("opie-console");
231 cfg.setGroup("10east"); 231 cfg.setGroup("10east");
232 if( !cfg.readEntry("scripthide",0) ) { 232 if( !cfg.readEntry("scripthide",0) ) {
233 m_bar->insertItem( tr("Scripts"), m_scripts ); 233 m_bar->insertItem( tr("Scripts"), m_scripts );
234 } 234 }
235 #endif 235#endif
236 236
237 /* and the keyboard */ 237 /* and the keyboard */
238 m_keyBar = new QToolBar(this); 238 m_keyBar = new QToolBar(this);
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index a7b9d5f..6db9162 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -71,6 +71,6 @@ LIBS += -lqpe -lopiecore2 -lopieui2 -lutil
71TARGET = opie-console 71TARGET = opie-console
72 72
73DEFINES += HAVE_OPENPTY 73DEFINES += HAVE_OPENPTY
74DEFINES += EAST FSCKED_DISTRI 74#DEFINES += EAST FSCKED_DISTRI
75 75
76include ( $(OPIEDIR)/include.pro ) 76include ( $(OPIEDIR)/include.pro )