summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_handler.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/emulation_handler.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_handler.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/noncore/apps/opie-console/emulation_handler.cpp b/noncore/apps/opie-console/emulation_handler.cpp
index e045aef..986ae8d 100644
--- a/noncore/apps/opie-console/emulation_handler.cpp
+++ b/noncore/apps/opie-console/emulation_handler.cpp
@@ -6,5 +6,2 @@
-/* OPIE */
-#include <opie2/odebug.h>
-
#include <qfile.h>
@@ -12,4 +9,2 @@
-using namespace Opie::Core;
-
EmulationHandler::EmulationHandler( const Profile& prof, QWidget* parent,const char* name )
@@ -150,3 +145,2 @@ QColor EmulationHandler::foreColor(int col) {
case Profile::Green:
- owarn << "Foreground green" << oendl;
co = Qt::green;
@@ -154,3 +148,2 @@ QColor EmulationHandler::foreColor(int col) {
case Profile::Orange:
- owarn << "Foreground orange" << oendl;
co.setRgb( 231, 184, 98 );
@@ -174,3 +167,2 @@ QColor EmulationHandler::backColor(int col ) {
case Profile::Green:
- owarn << "Background black" << oendl;
co = Qt::black;
@@ -178,3 +170,2 @@ QColor EmulationHandler::backColor(int col ) {
case Profile::Orange:
- owarn << "Background black" << oendl;
co = Qt::black;