diff options
Diffstat (limited to 'konsole/konsole/main.cpp')
-rw-r--r-- | konsole/konsole/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/main.cpp b/konsole/konsole/main.cpp index 9916ee82f..b5048f90a 100644 --- a/konsole/konsole/main.cpp +++ b/konsole/konsole/main.cpp @@ -650,7 +650,7 @@ extern "C" int KDE_EXPORT kdemain(int argc, char* argv[]) list->first(); while( list->current()) { - if( list->current()->tqparentWidget() != NULL || !list->current()->testWFlags( TQt::WDestructiveClose ) ) + if( list->current()->parentWidget() != NULL || !list->current()->testWFlags( TQt::WDestructiveClose ) ) { list->remove(); continue; |