diff options
Diffstat (limited to 'tdeui/tests/kmainwindowrestoretest.cpp')
-rw-r--r-- | tdeui/tests/kmainwindowrestoretest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kmainwindowrestoretest.cpp b/tdeui/tests/kmainwindowrestoretest.cpp index 7415085ac..1ef265d92 100644 --- a/tdeui/tests/kmainwindowrestoretest.cpp +++ b/tdeui/tests/kmainwindowrestoretest.cpp @@ -14,7 +14,7 @@ int main( int argc, char * argv[] ) { - KApplication app( argc, argv, "kmainwindowrestoretest" ); + TDEApplication app( argc, argv, "kmainwindowrestoretest" ); if ( kapp->isRestored() ) { kRestoreMainWindows< MainWin1, MainWin2, MainWin3 >(); |