summaryrefslogtreecommitdiffstats
path: root/tdeprint/tests/drawdemo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/tests/drawdemo.cpp')
-rw-r--r--tdeprint/tests/drawdemo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/tests/drawdemo.cpp b/tdeprint/tests/drawdemo.cpp
index 443cc89e8..71d4a0680 100644
--- a/tdeprint/tests/drawdemo.cpp
+++ b/tdeprint/tests/drawdemo.cpp
@@ -14,7 +14,7 @@
#include <tqpushbutton.h>
#include <tqradiobutton.h>
#include <tqbuttongroup.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqapplication.h>
#include <math.h>
@@ -245,7 +245,7 @@ void DrawView::resizeEvent( TQResizeEvent * )
int main( int argc, char **argv )
{
- KApplication app( argc, argv, "drawdemo" );
+ TDEApplication app( argc, argv, "drawdemo" );
DrawView draw;
app.setMainWidget( &draw );
draw.show();