summarylogtreecommitdiffstats
path: root/podofo.patch
blob: d7ab70e1c8d894020c6d8f6ecf0dc34b81274bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- graphicproducer.cpp	2011-11-08 21:18:42.000000000 +0100
+++ graphicproducer2.cpp	2011-11-08 21:22:23.000000000 +0100
@@ -24,13 +24,13 @@
 #include <QList>
 
 // Users of podofo >= 0.9.0, uncomment the next line, comment the following podofo includes...
-//#include <podofo/podofo-base.h>
+#include <podofo/podofo-base.h>
 /*PODOFO is *definitely* not a serious library regarding compatibility*/
-#include <podofo/PdfDictionary.h>
-#include <podofo/PdfObject.h>
-#include <podofo/PdfParser.h>
-#include <podofo/PdfStream.h>
-#include <podofo/PdfVecObjects.h>
+//#include <podofo/PdfDictionary.h>
+//#include <podofo/PdfObject.h>
+//#include <podofo/PdfParser.h>
+//#include <podofo/PdfStream.h>
+//#include <podofo/PdfVecObjects.h>
 
 #include "vectorpath.h"
 #include <cstdlib>