summaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins-kde4/files/patch-printwizard-tphoto.cpp
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-09-04 12:25:05 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-09-04 12:25:05 +0000
commit1b7e47de7104d8cc62ea609102743485b86c717b (patch)
treed893e070696a87e5031ec68b8911fb59c7b4c156 /graphics/kipi-plugins-kde4/files/patch-printwizard-tphoto.cpp
parentMake sure this patch applies correctly when PATCH_STRIP=-p1, as is the (diff)
Fix build with gcc 3.4
Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (will) Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Notes
Notes: svn path=/head/; revision=118109
Diffstat (limited to 'graphics/kipi-plugins-kde4/files/patch-printwizard-tphoto.cpp')
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-printwizard-tphoto.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/kipi-plugins-kde4/files/patch-printwizard-tphoto.cpp b/graphics/kipi-plugins-kde4/files/patch-printwizard-tphoto.cpp
new file mode 100644
index 000000000000..d1f3fecb6daa
--- /dev/null
+++ b/graphics/kipi-plugins-kde4/files/patch-printwizard-tphoto.cpp
@@ -0,0 +1,17 @@
+--- ./printwizard/tphoto.cpp.orig Sat Sep 4 11:43:00 2004
++++ ./printwizard/tphoto.cpp Sat Sep 4 11:43:12 2004
+@@ -86,12 +86,12 @@
+ int TPhoto::width()
+ {
+ return size().width();
+-};
++}
+
+ int TPhoto::height()
+ {
+ return size().height();
+-};
++}
+
+
+ bool paintOnePage(QPainter &p, QPtrList<TPhoto> photos, QPtrList<QRect> layouts,