mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
kemu: adjust to KInputDialog changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0a53544d9f
commit
fd027b4f74
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ void KEmuMainWindow::createHardDisk()
|
||||||
bool ok = false;
|
bool ok = false;
|
||||||
const int diskSize = KInputDialog::getInteger(
|
const int diskSize = KInputDialog::getInteger(
|
||||||
i18n("Hard Disk size"),
|
i18n("Hard Disk size"),
|
||||||
i18n("Hard Disk size in MegaBytes"), 10, 10, INT_MAX, 1, 10, &ok, this
|
i18n("Hard Disk size in MegaBytes"), 10, 10, INT_MAX, 1, &ok, this
|
||||||
);
|
);
|
||||||
if (ok) {
|
if (ok) {
|
||||||
QProcess imageProcess(this);
|
QProcess imageProcess(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue