From 943520ceea323f04d9ad099b2e7f4d24e4cc8f00 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:02:03 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/translators/tellicozipexporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/translators/tellicozipexporter.h') 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) {} -- cgit v1.2.1