KPushButton -> QPushButton

This commit is contained in:
Martin Gräßlin 2013-07-23 07:09:02 +02:00
parent 015ebd7539
commit f198126e0d

View file

@ -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();
}