summaryrefslogtreecommitdiffstats
path: root/kenolaba/Spy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kenolaba/Spy.h')
-rw-r--r--kenolaba/Spy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kenolaba/Spy.h b/kenolaba/Spy.h
index f69d99d3..d2a63cbf 100644
--- a/kenolaba/Spy.h
+++ b/kenolaba/Spy.h
@@ -7,7 +7,7 @@
#define _SPY_H_
-#include <qlayout.h>
+#include <tqlayout.h>
#include "Board.h"
@@ -26,7 +26,7 @@ public:
void clearActBoards();
- void keyPressEvent(QKeyEvent *e);
+ void keyPressEvent(TQKeyEvent *e);
public slots:
void update(int,int,Move&,bool);
@@ -36,9 +36,9 @@ public slots:
private:
bool next;
Board &board;
- QBoxLayout *top;
+ TQBoxLayout *top;
BoardWidget *actBoard[BoardCount], *bestBoard[BoardCount];
- QLabel *actLabel[BoardCount], *bestLabel[BoardCount];
+ TQLabel *actLabel[BoardCount], *bestLabel[BoardCount];
};