diff options
| author | gregory guy <gregory-tde@laposte.net> | 2020-11-25 15:16:40 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-12-02 19:51:38 +0100 |
| commit | d607668c5a772823d6cf59df205b7aa6d2ac2130 (patch) | |
| tree | 7f8b4d8c5b0f26fed9bc870bea548cac766099a0 /q15/src/mainwindow.h | |
| parent | cc192fd9396098134f6aa1369d63c4b270cddfe9 (diff) | |
| download | tdegames-d607668c.tar.gz tdegames-d607668c.zip | |
Turn into a TDE application.
The game is renamed TDEFifteen (original name: q15).
Add icons (Public Domaine, https://commons.wikimedia.org/wiki/File:15-puzzle.svg).
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit e33e8edb80936f8dd04729d70c0c991612340d5e)
Diffstat (limited to 'q15/src/mainwindow.h')
| -rw-r--r-- | q15/src/mainwindow.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/q15/src/mainwindow.h b/q15/src/mainwindow.h deleted file mode 100644 index 2b898f7e..00000000 --- a/q15/src/mainwindow.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * $Id: mainwindow.h,v 0.1 2005/08/14 11:25:03 denis Exp $ - * - * Author: Denis Kozadaev (denis@tambov.ru) - * Description: - * - * See also: style(9) - * - * Hacked by: - */ - -#ifndef __MAIN_WINDOW_H__ -#define __MAIN_WINDOW_H__ - -#include <stdlib.h> - -#include <tqmainwindow.h> -#include <tqmenubar.h> -#include <tqpopupmenu.h> - -#include "gameboard.h" - -class MainWindow:public TQMainWindow -{ - Q_OBJECT - -public: - MainWindow(TQWidget *parent = NULL, const char *name = NULL); - ~MainWindow(); - -private: - TQPopupMenu *file; - GameBoard *gb; - -private slots: - void newGame(); - void loadImage(); -}; - -#endif /* __MAIN_WINDOW_H__ */ |
