summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/kblendtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/tests/kblendtest.cpp')
-rw-r--r--kdeui/tests/kblendtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/tests/kblendtest.cpp b/kdeui/tests/kblendtest.cpp
index 59a57dc6a..e2d36a575 100644
--- a/kdeui/tests/kblendtest.cpp
+++ b/kdeui/tests/kblendtest.cpp
@@ -11,7 +11,7 @@ KBlendWidget::KBlendWidget(TQWidget *parent, const char *name)
:TQWidget(parent, name)
{
- bgnd = tqRgb(255, 255, 255);
+ bgnd = qRgb(255, 255, 255);
image = TQImage("testimage.png");