summaryrefslogtreecommitdiffstats
path: root/ksame/StoneField.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksame/StoneField.h')
-rw-r--r--ksame/StoneField.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksame/StoneField.h b/ksame/StoneField.h
index df199605..d38a19b6 100644
--- a/ksame/StoneField.h
+++ b/ksame/StoneField.h
@@ -23,7 +23,7 @@
#define _STONEFIELD
#include <krandomsequence.h>
-#include <qptrlist.h>
+#include <tqptrlist.h>
struct Stone {
unsigned char color;
@@ -69,7 +69,7 @@ private:
int marked;
KRandomSequence random;
- QPtrList<StoneFieldState> *undolist;
+ TQPtrList<StoneFieldState> *undolist;
public:
StoneField(int width=15,int height=10,
int colors=3,unsigned int board=0,