summaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp
blob: d1f3fecb6daa99747f7e1c991f5acd2e1dfc6372 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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,