diff options
Diffstat (limited to 'tdeui/tests/kdocktest.cpp')
-rw-r--r-- | tdeui/tests/kdocktest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kdocktest.cpp b/tdeui/tests/kdocktest.cpp index 84895c414..fbbb799fc 100644 --- a/tdeui/tests/kdocktest.cpp +++ b/tdeui/tests/kdocktest.cpp @@ -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 ); |