aboutsummaryrefslogtreecommitdiff
path: root/games/qgo/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/qgo/files')
-rw-r--r--games/qgo/files/patch-board.cpp11
-rw-r--r--games/qgo/files/patch-boardhandler.cpp19
-rw-r--r--games/qgo/files/patch-noderesults.cpp15
-rw-r--r--games/qgo/files/patch-tree.cpp16
4 files changed, 61 insertions, 0 deletions
diff --git a/games/qgo/files/patch-board.cpp b/games/qgo/files/patch-board.cpp
new file mode 100644
index 000000000000..3b725e5cad22
--- /dev/null
+++ b/games/qgo/files/patch-board.cpp
@@ -0,0 +1,11 @@
+--- src/board.cpp.orig Sat Feb 22 23:43:21 2003
++++ src/board.cpp Sat Feb 22 23:43:35 2003
+@@ -2,6 +2,8 @@
+ * board.cpp
+ */
+
++#include <qstack.h>
++
+ #include "config.h"
+ #include "setting.h"
+ #include "qgo.h"
diff --git a/games/qgo/files/patch-boardhandler.cpp b/games/qgo/files/patch-boardhandler.cpp
new file mode 100644
index 000000000000..f9013dd393bc
--- /dev/null
+++ b/games/qgo/files/patch-boardhandler.cpp
@@ -0,0 +1,19 @@
+--- src/boardhandler.cpp.orig Sat Feb 22 23:15:42 2003
++++ src/boardhandler.cpp Sat Feb 22 23:16:09 2003
+@@ -2,6 +2,8 @@
+ * boardhandler.cpp
+ */
+
++#include <qstack.h>
++
+ #include "qgo.h"
+ #include "boardhandler.h"
+ #include "stonehandler.h"
+@@ -16,7 +18,6 @@
+ #include "setting.h"
+ #include <qapplication.h>
+ #include <qclipboard.h>
+-#include <qstack.h>
+ #include <qlabel.h>
+
+ #define MARK_TERRITORY_VISITED 99
diff --git a/games/qgo/files/patch-noderesults.cpp b/games/qgo/files/patch-noderesults.cpp
new file mode 100644
index 000000000000..8cad8870f35c
--- /dev/null
+++ b/games/qgo/files/patch-noderesults.cpp
@@ -0,0 +1,15 @@
+--- src/noderesults.cpp.orig Sat Feb 22 23:18:46 2003
++++ src/noderesults.cpp Sat Feb 22 23:19:13 2003
+@@ -2,10 +2,11 @@
+ * noderesults.cpp
+ */
+
++#include <qstack.h>
++
+ #include "noderesults.h"
+ #include "move.h"
+ #include "icons.h"
+-#include <qstack.h>
+ #include <qpixmap.h>
+ #include <qiconview.h>
+ #include <qpushbutton.h>
diff --git a/games/qgo/files/patch-tree.cpp b/games/qgo/files/patch-tree.cpp
new file mode 100644
index 000000000000..f6ff73558b3d
--- /dev/null
+++ b/games/qgo/files/patch-tree.cpp
@@ -0,0 +1,16 @@
+--- src/tree.cpp.orig Sat Feb 22 23:13:45 2003
++++ src/tree.cpp Sat Feb 22 23:13:52 2003
+@@ -2,11 +2,12 @@
+ * tree.cpp
+ */
+
++#include <qstack.h>
++
+ #include "tree.h"
+ #include "move.h"
+ #include "qgo.h"
+ #include <iostream.h>
+-#include <qstack.h>
+
+ Tree::Tree(int board_size)
+ {