1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/pp/files/patch-ab
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
266 B
Plaintext

--- leiste.h Thu Apr 3 14:44:12 1997
+++ leiste.h.new Sat Jan 29 04:47:18 2000
@@ -38,7 +38,7 @@
class leiste : public QWidget {
-const int buttonHoehe=104, buttonBreite=140;
+const int buttonHoehe, buttonBreite;
//const QString picPfad2="./pic";
Q_OBJECT