pkgsrc/games/xarchon/patches/patch-af
2005-02-22 16:35:55 +00:00

13 lines
570 B
Text

$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);