summaryrefslogtreecommitdiff
path: root/games/xarchon/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'games/xarchon/patches/patch-ah')
-rw-r--r--games/xarchon/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xarchon/patches/patch-ah b/games/xarchon/patches/patch-ah
new file mode 100644
index 00000000000..3213d6193db
--- /dev/null
+++ b/games/xarchon/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2005/02/22 16:35:55 wiz Exp $
+
+--- src/qt/qthumaniface.cpp.orig 2002-01-09 19:34:33.000000000 +0100
++++ src/qt/qthumaniface.cpp
+@@ -48,7 +48,7 @@ static int qt_buttons_order[] = {
+ /*--------------------------------------------------------------------------*/
+
+ QtHumanIface::QtHumanIface(void *_config, int _side,
+- QWidget *parent = 0, const char *name = 0)
++ QWidget *parent, const char *name)
+ : QtIface(_config, _side, parent, name)
+ {
+ QGridLayout *grid = new QGridLayout(this, 5, 3, 5, 5);