diff options
Diffstat (limited to 'tdeui/tests/tdemainwindowrestoretest.cpp')
-rw-r--r-- | tdeui/tests/tdemainwindowrestoretest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/tdemainwindowrestoretest.cpp b/tdeui/tests/tdemainwindowrestoretest.cpp index 559348ec0..453550b16 100644 --- a/tdeui/tests/tdemainwindowrestoretest.cpp +++ b/tdeui/tests/tdemainwindowrestoretest.cpp @@ -16,7 +16,7 @@ int main( int argc, char * argv[] ) { TDEApplication app( argc, argv, "tdemainwindowrestoretest" ); - if ( kapp->isRestored() ) { + if ( tdeApp->isRestored() ) { kRestoreMainWindows< MainWin1, MainWin2, MainWin3 >(); kRestoreMainWindows< MainWin4, MainWin5 >(); RESTORE(MainWin6); |