summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/tdemainwindowrestoretest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/tdemainwindowrestoretest.cpp')
-rw-r--r--tdeui/tests/tdemainwindowrestoretest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/tests/tdemainwindowrestoretest.cpp b/tdeui/tests/tdemainwindowrestoretest.cpp
index 1ef265d92..7b477f8f7 100644
--- a/tdeui/tests/tdemainwindowrestoretest.cpp
+++ b/tdeui/tests/tdemainwindowrestoretest.cpp
@@ -1,5 +1,5 @@
-#include "kmainwindowrestoretest.h"
+#include "tdemainwindowrestoretest.h"
#include <kapplication.h>
@@ -14,7 +14,7 @@
int main( int argc, char * argv[] ) {
- TDEApplication app( argc, argv, "kmainwindowrestoretest" );
+ TDEApplication app( argc, argv, "tdemainwindowrestoretest" );
if ( kapp->isRestored() ) {
kRestoreMainWindows< MainWin1, MainWin2, MainWin3 >();
@@ -38,4 +38,4 @@ int main( int argc, char * argv[] ) {
return app.exec();
}
-#include "kmainwindowrestoretest.moc"
+#include "tdemainwindowrestoretest.moc"