summaryrefslogtreecommitdiff
path: root/games/xarchon/patches/patch-af
blob: 29df2f1bccf28e70384276cf139bc86a0a86b76f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);