diff options
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 ([email protected]) - * 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__ */ |