KPushButton -> QPushButton
This commit is contained in:
parent
015ebd7539
commit
f198126e0d
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ void ShortcutDialog::keySequenceChanged(const QKeySequence &seq)
|
|||
widget->setKeySequence(shortcut());
|
||||
} else if (seq != _shortcut) {
|
||||
warning->hide();
|
||||
if (KPushButton *ok = button(KDialog::Ok))
|
||||
if (QPushButton *ok = button(KDialog::Ok))
|
||||
ok->setFocus();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue