summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/qtetrix.h
Unidiff
Diffstat (limited to 'noncore/games/tetrix/qtetrix.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/tetrix/qtetrix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/games/tetrix/qtetrix.h b/noncore/games/tetrix/qtetrix.h
index b6e058a..cb33941 100644
--- a/noncore/games/tetrix/qtetrix.h
+++ b/noncore/games/tetrix/qtetrix.h
@@ -8,26 +8,24 @@
8** Foundation and appearing in the file LICENSE.GPL included in the 8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file. 9** packaging of this file.
10** 10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20
21
22#ifndef QTETRIX_H 20#ifndef QTETRIX_H
23#define QTETRIX_H 21#define QTETRIX_H
24 22
25#include "qtetrixb.h" 23#include "qtetrixb.h"
26#include <qframe.h> 24#include <qframe.h>
27#include <qlcdnumber.h> 25#include <qlcdnumber.h>
28#include <qpushbutton.h> 26#include <qpushbutton.h>
29#include <qpainter.h> 27#include <qpainter.h>
30#include <qmainwindow.h> 28#include <qmainwindow.h>
31 29
32class QLabel; 30class QLabel;
33 31