15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #include <QApplication> |
19 #include <QApplication> |
20 #include "config.h" |
20 #include "configwindow.h" |
21 #include "types.h" |
21 #include "types.h" |
22 #include "demo.h" |
22 #include "demo.h" |
23 #include "prompts.h" |
23 #include "prompts.h" |
24 #include "hginfo.h" |
24 #include "hginfo.h" |
25 |
25 |