summaryrefslogtreecommitdiff
path: root/games/pp/files/patch-ac
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-01-31 05:16:18 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-01-31 05:16:18 +0000
commitc802125b33fb955a1d07ab627f824d40befe74c5 (patch)
treec8ddec720d1c4c59ea612682ea0b7f81a48bdd5d /games/pp/files/patch-ac
parentWhoops, remove comments that weren't supposed to be there (diff)
Fix for NEWGCC
Submitted by: Will Andrews <andrews@technologist.com> Obtained from: http://www.psn.net/~andrews/qtkde/
Notes
Notes: svn path=/head/; revision=25348
Diffstat (limited to '')
-rw-r--r--games/pp/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pp/files/patch-ac b/games/pp/files/patch-ac
new file mode 100644
index 000000000000..6940b5b2200b
--- /dev/null
+++ b/games/pp/files/patch-ac
@@ -0,0 +1,11 @@
+--- 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);