diff options
Diffstat (limited to 'koshell/koshell_shell.cc')
-rw-r--r-- | koshell/koshell_shell.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koshell/koshell_shell.cc b/koshell/koshell_shell.cc index 079988a8..181fd88b 100644 --- a/koshell/koshell_shell.cc +++ b/koshell/koshell_shell.cc @@ -335,7 +335,7 @@ void KoShellWindow::setRootDocument( KoDocument * doc ) if ( doc ) { - if ( !doc->shells().tqcontains( this ) ) + if ( !doc->shells().contains( this ) ) doc->addShell( this ); KoView *v = doc->createView(this); |