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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kgradienttest.cpp b/tdeui/tests/kgradienttest.cpp
index 6942ca55d..dcd45673c 100644
--- a/tdeui/tests/kgradienttest.cpp
+++ b/tdeui/tests/kgradienttest.cpp
@@ -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);