13 lines
527 B
Text
13 lines
527 B
Text
$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;
|