summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc')
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc b/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc
index e04f66ac..69e0ee50 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc
+++ b/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc
@@ -163,7 +163,7 @@ TQString Document::getInfo( const TQString & type ) const
TQString result;
Object obj;
- GooString *s1;
+ CONST_064 GooString *s1;
GBool isUnicode;
Unicode u;
int i;
@@ -320,7 +320,7 @@ TQDomDocument *Document::toc() const
if ( !outline )
return NULL;
- GooList * items = outline->getItems();
+ CONST_064 GooList * items = outline->getItems();
if ( !items || items->getLength() < 1 )
return NULL;