From 98bbe5561e8e1a862e19a3d0a0d49ed90ef15b54 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 17:56:46 +0000 Subject: ODP and only ODP --- (limited to 'core/apps') diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp index 281835e..c5df47f 100644 --- a/core/apps/embeddedkonsole/konsole.cpp +++ b/core/apps/embeddedkonsole/konsole.cpp @@ -49,6 +49,7 @@ #include "konsole.h" #include "commandeditdialog.h" +using namespace Opie; class EKNumTabBar : public QTabBar { public: diff --git a/core/apps/embeddedkonsole/main.cpp b/core/apps/embeddedkonsole/main.cpp index fe30b7e..b456ce2 100644 --- a/core/apps/embeddedkonsole/main.cpp +++ b/core/apps/embeddedkonsole/main.cpp @@ -25,5 +25,6 @@ /* --| main |------------------------------------------------------ */ +using namespace Opie::Core; OPIE_EXPORT_APP( OApplicationFactory ) diff --git a/core/apps/helpbrowser/main.cpp b/core/apps/helpbrowser/main.cpp index c726cd3..66241ae 100644 --- a/core/apps/helpbrowser/main.cpp +++ b/core/apps/helpbrowser/main.cpp @@ -22,4 +22,5 @@ #include +using namespace Opie::Core; OPIE_EXPORT_APP( OApplicationFactory ) diff --git a/core/apps/qcop/config.in b/core/apps/qcop/config.in index 2bd1a73..f99ff03 100644 --- a/core/apps/qcop/config.in +++ b/core/apps/qcop/config.in @@ -1,4 +1,4 @@ config QCOP - boolean "opie-qcop (inter-application communication daemon)" + boolean "opie-qcop (inter-application communication client)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) diff --git a/core/apps/textedit/main.cpp b/core/apps/textedit/main.cpp index 9aee47b..d05d6d6 100644 --- a/core/apps/textedit/main.cpp +++ b/core/apps/textedit/main.cpp @@ -22,4 +22,5 @@ #include +using namespace Opie::Core; OPIE_EXPORT_APP( OApplicationFactory ) diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index b54da34..5bb65a9 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp @@ -37,9 +37,7 @@ #include #include //getenv -using Opie::OFileDialog; -using Opie::OFileSelector; -using Opie::OFontSelector; +using namespace Opie::Ui; #if QT_VERSION < 300 diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h index 34f3617..6cc693f 100644 --- a/core/apps/textedit/textedit.h +++ b/core/apps/textedit/textedit.h @@ -30,7 +30,7 @@ #include #include -//#include +//#include #include #include -- cgit v0.9.0.2