diff options
Diffstat (limited to 'tdeui/tests/kmainwindowtest.cpp')
-rw-r--r-- | tdeui/tests/kmainwindowtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kmainwindowtest.cpp b/tdeui/tests/kmainwindowtest.cpp index 5b7afd36f..6606680e9 100644 --- a/tdeui/tests/kmainwindowtest.cpp +++ b/tdeui/tests/kmainwindowtest.cpp @@ -24,7 +24,7 @@ void MainWindow::showMessage() int main( int argc, char **argv ) { - KApplication app( argc, argv, "kmainwindowtest" ); + TDEApplication app( argc, argv, "kmainwindowtest" ); MainWindow* mw = new MainWindow; // deletes itself when closed mw->show(); |