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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/kblendtest.cpp b/tdeui/tests/kblendtest.cpp
index 59a57dc6a..4672b76ee 100644
--- a/tdeui/tests/kblendtest.cpp
+++ b/tdeui/tests/kblendtest.cpp
@@ -1,5 +1,5 @@
#include "kblendtest.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kimageeffect.h>
#include <tqpainter.h>
#include <tqdatetime.h>
@@ -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();