diff options
Diffstat (limited to 'graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp')
-rw-r--r-- | graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp b/graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp new file mode 100644 index 000000000000..d1f3fecb6daa --- /dev/null +++ b/graphics/kipi-plugins/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, |