diff options
Diffstat (limited to 'games/xarchon/patches/patch-af')
-rw-r--r-- | games/xarchon/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xarchon/patches/patch-af b/games/xarchon/patches/patch-af new file mode 100644 index 00000000000..29df2f1bccf --- /dev/null +++ b/games/xarchon/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2005/02/22 16:35:55 wiz Exp $ + +--- src/qt/qtcomputeriface.cpp.orig 2002-01-09 19:34:33.000000000 +0100 ++++ src/qt/qtcomputeriface.cpp +@@ -16,7 +16,7 @@ + /*--------------------------------------------------------------------------*/ + + QtComputerIface::QtComputerIface(void *_config, int _side, +- QWidget *parent = 0, const char *name = 0) ++ QWidget *parent, const char *name) + : QtIface(_config, _side, parent, name) + { + buttonBox = new QButtonGroup(3, Qt::Vertical, this); |