From 3bd592876c43c11ed44b2f3725d4c7425ebceb09 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 13 Apr 2003 16:42:26 +0000 Subject: make it compile --- (limited to 'core/apps/embeddedkonsole') diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp index 9c1167b..c324c35 100644 --- a/core/apps/embeddedkonsole/konsole.cpp +++ b/core/apps/embeddedkonsole/konsole.cpp @@ -768,7 +768,7 @@ void Konsole::colorMenuSelected(int iD) // Custom qDebug("do custom"); if(fromMenu) { - ColorPopupMenu* penColorPopupMenu = new ColorPopupMenu(Qt::black, this, "foreground color"); + OColorPopupMenu* penColorPopupMenu = new OColorPopupMenu(Qt::black, this, "foreground color"); connect(penColorPopupMenu, SIGNAL(colorSelected(const QColor&)), this, SLOT(changeForegroundColor(const QColor&))); penColorPopupMenu->exec(); @@ -1020,7 +1020,7 @@ void Konsole::changeForegroundColor(const QColor &color) { qDebug("do other dialog"); #ifdef QT_QWS_OPIE - ColorPopupMenu* penColorPopupMenu2 = new ColorPopupMenu(Qt::black, this,"background color"); + OColorPopupMenu* penColorPopupMenu2 = new OColorPopupMenu(Qt::black, this,"background color"); connect(penColorPopupMenu2, SIGNAL(colorSelected(const QColor&)), this, SLOT(changeBackgroundColor(const QColor&))); penColorPopupMenu2->exec(); -- cgit v0.9.0.2