summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kgradienttest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kgradienttest.cpp')
-rw-r--r--tdeui/tests/kgradienttest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/kgradienttest.cpp b/tdeui/tests/kgradienttest.cpp
index 6942ca55d..4ee8c0f93 100644
--- a/tdeui/tests/kgradienttest.cpp
+++ b/tdeui/tests/kgradienttest.cpp
@@ -1,5 +1,5 @@
#include "kgradienttest.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kpixmapeffect.h>
#include <tqpainter.h>
#include <tqdatetime.h>
@@ -98,7 +98,7 @@ void KGradientWidget::paintEvent(TQPaintEvent */*ev*/)
int main(int argc, char **argv)
{
- KApplication *app = new KApplication(argc, argv, "KGradientTest");
+ TDEApplication *app = new TDEApplication(argc, argv, "KGradientTest");
KGradientWidget w;
w.resize(250 * cols, 250 * rows);
app->setMainWidget(&w);