| 110 | } |
| 111 | |
| 112 | int NetHackQtSavedGameSelector::choose() |
| 113 | { |
| 114 | #if defined(QWS) // probably safe with Qt 3, too (where show!=exec in QDialog). |
| 115 | if ( qt_compact_mode ) |
| 116 | showMaximized(); |
| 117 | #endif |
| 118 | return exec() - 2; |
| 119 | } |
| 120 | |
| 121 | } // namespace nethack_qt_ |