summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kcolortest.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:33:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:33:40 -0600
commit4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch)
tree2891b54cd6ec39db133da0110028ec93fc006751 /tdeui/tests/kcolortest.cpp
parent8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff)
downloadtdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz
tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip
Rename additional global TQt functions
Diffstat (limited to 'tdeui/tests/kcolortest.cpp')
-rw-r--r--tdeui/tests/kcolortest.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdeui/tests/kcolortest.cpp b/tdeui/tests/kcolortest.cpp
index 46f5b42bc..68f50371b 100644
--- a/tdeui/tests/kcolortest.cpp
+++ b/tdeui/tests/kcolortest.cpp
@@ -61,7 +61,7 @@ void KColorWidget::doIntensityLoop()
Qt::CopyROP, true);
}
stop = t.elapsed();
- qDebug ("Total fullscreen %s dim time for %d steps : %f s",
+ tqDebug ("Total fullscreen %s dim time for %d steps : %f s",
oldway?"(antonio)":"(intensity)", count, (stop - start)*1e-3);
if (intvsfade) {
@@ -75,14 +75,14 @@ void KColorWidget::doIntensityLoop()
}
}
stop = t.elapsed();
- qDebug ("Total fullscreen (fade) dim time for %d steps : %f s",
+ tqDebug ("Total fullscreen (fade) dim time for %d steps : %f s",
count, (stop - start)*1e-3);
}
else {
image = original; image.detach();
- qDebug("Intensity test");
+ tqDebug("Intensity test");
for(count=0; count < max; ++count){
KImageEffect::intensity(image, 1./max);
pixmap.convertFromImage(image);
@@ -98,7 +98,7 @@ void KColorWidget::doIntensityLoop()
}
image = original; image.detach();
- qDebug("Red channel intensity test");
+ tqDebug("Red channel intensity test");
for(count=0; count < max; ++count){
KImageEffect::channelIntensity(image, -1./max, KImageEffect::Red);
pixmap.convertFromImage(image);
@@ -113,7 +113,7 @@ void KColorWidget::doIntensityLoop()
}
image = original; image.detach();
- qDebug("Green channel intensity test");
+ tqDebug("Green channel intensity test");
for(count=0; count < max; ++count){
KImageEffect::channelIntensity(image, -1./max, KImageEffect::Green);
pixmap.convertFromImage(image);
@@ -128,7 +128,7 @@ void KColorWidget::doIntensityLoop()
}
image = original; image.detach();
- qDebug("Blue channel intensity test");
+ tqDebug("Blue channel intensity test");
for(count=0; count < max; ++count){
KImageEffect::channelIntensity(image, -1./max, KImageEffect::Blue);
pixmap.convertFromImage(image);