Fix parentless dialogs

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=734552
This commit is contained in:
Craig Drummond
2007-11-09 08:02:24 +00:00
parent 83d6d73358
commit d844806527
3 changed files with 6 additions and 5 deletions

View File

@@ -316,7 +316,7 @@ bool MainWindow::queryClose()
void MainWindow::showShortcutsDialog()
{
KShortcutsDialog::configure( actionCollection() ,
KShortcutsEditor::LetterShortcutsDisallowed );
KShortcutsEditor::LetterShortcutsDisallowed, this );
}
void MainWindow::newFromProfile(const QString& key)