summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kblendtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kblendtest.cpp')
-rw-r--r--tdeui/tests/kblendtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kblendtest.cpp b/tdeui/tests/kblendtest.cpp
index 59a57dc6a..dc708f2b5 100644
--- a/tdeui/tests/kblendtest.cpp
+++ b/tdeui/tests/kblendtest.cpp
@@ -89,7 +89,7 @@ void KBlendWidget::paintEvent(TQPaintEvent */*ev*/)
int main(int argc, char **argv)
{
- KApplication app(argc, argv, "KBlendTest");
+ TDEApplication app(argc, argv, "KBlendTest");
KBlendWidget w;
app.setMainWidget(&w);
w.show();