summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-03-03 13:46:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-03 13:46:44 +0100
commit2e02da046d3e56cdf4744f644af35ad07424f48b (patch)
treef2dcf353aa2338eae1c2ff2c41af971c580c2762 /src/document.h
parent3c13229d98167ae4ae0710d5eeef23fef5005bf0 (diff)
downloadtellico-2e02da046d3e56cdf4744f644af35ad07424f48b.tar.gz
tellico-2e02da046d3e56cdf4744f644af35ad07424f48b.zip
Update to upstream version 1.3.6
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h
index b270be6..6d3e99e 100644
--- a/src/document.h
+++ b/src/document.h
@@ -27,6 +27,7 @@
namespace Tellico {
namespace Import {
class TellicoImporter;
+ class TellicoSaxImporter;
}
namespace Data {
@@ -227,7 +228,11 @@ private:
bool m_loadAllImages : 1;
KURL m_url;
bool m_validFile : 1;
+#ifdef SAX_SUPPORT
+ TQGuardedPtr<Import::TellicoSaxImporter> m_importer;
+#else
TQGuardedPtr<Import::TellicoImporter> m_importer;
+#endif
bool m_cancelImageWriting : 1;
int m_fileFormat;
bool m_allImagesOnDisk : 1;