summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kdualcolortest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kdualcolortest.cpp')
-rw-r--r--tdeui/tests/kdualcolortest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/kdualcolortest.cpp b/tdeui/tests/kdualcolortest.cpp
index 2060a9842..6fa2d1571 100644
--- a/tdeui/tests/kdualcolortest.cpp
+++ b/tdeui/tests/kdualcolortest.cpp
@@ -44,9 +44,9 @@ void KDualColorWidget::slotBgChanged(const TQColor &c)
void KDualColorWidget::slotCurrentChanged(KDualColorButton::DualColor current)
{
if(current == KDualColorButton::Foreground)
- qDebug("Foreground Button Selected.");
+ tqDebug("Foreground Button Selected.");
else
- qDebug("Background Button Selected.");
+ tqDebug("Background Button Selected.");
}
int main(int argc, char **argv)