summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kdocktest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kdocktest.cpp')
-rw-r--r--tdeui/tests/kdocktest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/kdocktest.cpp b/tdeui/tests/kdocktest.cpp
index 84895c414..538e2b888 100644
--- a/tdeui/tests/kdocktest.cpp
+++ b/tdeui/tests/kdocktest.cpp
@@ -1,6 +1,6 @@
#include "kdocktest.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kiconloader.h>
#include <tqwidget.h>
@@ -54,7 +54,7 @@ DockTest::DockTest( TQWidget* parent )
int
main( int argc, char** argv )
{
- KApplication a( argc,argv, "docktest" );
+ TDEApplication a( argc,argv, "docktest" );
DockTest* ap = new DockTest();
ap->setCaption("DockWidget demo");
a.setMainWidget( ap );