diff options
Diffstat (limited to 'games/xarchon/patches/patch-ac')
-rw-r--r-- | games/xarchon/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xarchon/patches/patch-ac b/games/xarchon/patches/patch-ac new file mode 100644 index 00000000000..63350454c46 --- /dev/null +++ b/games/xarchon/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2005/02/22 16:35:55 wiz Exp $ + +--- src/qt/qkeypushbutton.cpp.orig 2002-01-09 19:34:33.000000000 +0100 ++++ src/qt/qkeypushbutton.cpp +@@ -13,7 +13,7 @@ + /*--------------------------------------------------------------------------*/ + + QKeyPushButton::QKeyPushButton(int _id, QString &_descr, unsigned long _key, +- QWidget *parent = 0, const char *name = 0) ++ QWidget *parent, const char *name) + : QPushButton(parent, name) + { + id = _id; |