| 4608 | } |
| 4609 | |
| 4610 | int NetHackQtSavedGameSelector::choose() |
| 4611 | { |
| 4612 | #if defined(QWS) // probably safe with Qt 3, too (where show!=exec in QDialog). |
| 4613 | if ( qt_compact_mode ) |
| 4614 | showMaximized(); |
| 4615 | #endif |
| 4616 | return exec()-2; |
| 4617 | } |
| 4618 | |
| 4619 | void NetHackQtBind::qt_askname() |
| 4620 | { |