diff options
Diffstat (limited to 'src/translators/tellicozipexporter.h')
-rw-r--r-- | src/translators/tellicozipexporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/tellicozipexporter.h b/src/translators/tellicozipexporter.h index 2e62c1d..7a460ac 100644 --- a/src/translators/tellicozipexporter.h +++ b/src/translators/tellicozipexporter.h @@ -24,7 +24,7 @@ namespace Tellico { */ class TellicoZipExporter : public Exporter { Q_OBJECT - TQ_OBJECT + public: TellicoZipExporter() : Exporter(), m_includeImages(true), m_cancelled(false) {} |