summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_handler.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/apps/opie-console/emulation_handler.cpp b/noncore/apps/opie-console/emulation_handler.cpp
index 48218e6..9f34d2c 100644
--- a/noncore/apps/opie-console/emulation_handler.cpp
+++ b/noncore/apps/opie-console/emulation_handler.cpp
@@ -70,3 +70,3 @@ void EmulationHandler::setColor( const QColor& fore, const QColor& back ) {
}
-// m_teWid->setColorTable(table );
+ m_teWid->setColorTable(table );
m_teWid->update();
@@ -103,3 +103,3 @@ QColor EmulationHandler::foreColor(int col) {
/* color is black */
- co = Qt::black;
+ co = Qt::white;
break;
@@ -107,3 +107,3 @@ QColor EmulationHandler::foreColor(int col) {
qWarning("Foreground white");
- co = Qt::white;
+ co = Qt::black;
break;
@@ -121,3 +121,3 @@ QColor EmulationHandler::backColor(int col ) {
/* color is white */
- co = Qt::white;
+ co = Qt::black;
break;
@@ -125,3 +125,3 @@ QColor EmulationHandler::backColor(int col ) {
qWarning("Background black");
- co = Qt::black;
+ co = Qt::white;
break;