1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/pp/files/patch-ac
Chris Piazza c802125b33 Fix for NEWGCC
Submitted by:	Will Andrews <andrews@technologist.com>
Obtained from:	http://www.psn.net/~andrews/qtkde/
2000-01-31 05:16:18 +00:00

12 lines
351 B
Plaintext

--- leiste.cpp Thu Apr 3 14:44:26 1997
+++ leiste.cpp.new Sat Jan 29 04:48:38 2000
@@ -32,7 +32,7 @@
leiste::leiste(QWidget *parent=0, const char *name=0,
QString picPfad="")
- :QWidget (parent, name)
+ :QWidget (parent, name), buttonHoehe(104), buttonBreite(140)
{
sci=0;
setMouseTracking (TRUE);