aboutsummaryrefslogtreecommitdiffstats
path: root/games/pp/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-01-31 13:16:18 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-01-31 13:16:18 +0800
commit7c1147c6359ff5b32ccbb5b2e4e324415a38de6d (patch)
tree40596c026ebedfd9a18f19841a0b87e5c67daef3 /games/pp/files
parent4abed0b2345c4ad2ead19fe2b3ad18c406195815 (diff)
downloadfreebsd-ports-gnome-7c1147c6359ff5b32ccbb5b2e4e324415a38de6d.tar.gz
freebsd-ports-gnome-7c1147c6359ff5b32ccbb5b2e4e324415a38de6d.tar.zst
freebsd-ports-gnome-7c1147c6359ff5b32ccbb5b2e4e324415a38de6d.zip
Fix for NEWGCC
Submitted by: Will Andrews <andrews@technologist.com> Obtained from: http://www.psn.net/~andrews/qtkde/
Diffstat (limited to 'games/pp/files')
-rw-r--r--games/pp/files/patch-ab11
-rw-r--r--games/pp/files/patch-ac11
2 files changed, 22 insertions, 0 deletions
diff --git a/games/pp/files/patch-ab b/games/pp/files/patch-ab
new file mode 100644
index 000000000000..a726d4b856f9
--- /dev/null
+++ b/games/pp/files/patch-ab
@@ -0,0 +1,11 @@
+--- 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
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);