mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
Fix parentless dialogs
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=734552
This commit is contained in:
@@ -316,7 +316,7 @@ bool MainWindow::queryClose()
|
||||
void MainWindow::showShortcutsDialog()
|
||||
{
|
||||
KShortcutsDialog::configure( actionCollection() ,
|
||||
KShortcutsEditor::LetterShortcutsDisallowed );
|
||||
KShortcutsEditor::LetterShortcutsDisallowed, this );
|
||||
}
|
||||
|
||||
void MainWindow::newFromProfile(const QString& key)
|
||||
|
||||
Reference in New Issue
Block a user