summaryrefslogtreecommitdiffstats
path: root/src/fileexporterexternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileexporterexternal.h')
-rw-r--r--src/fileexporterexternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileexporterexternal.h b/src/fileexporterexternal.h
index 1942671..04cea4f 100644
--- a/src/fileexporterexternal.h
+++ b/src/fileexporterexternal.h
@@ -35,7 +35,7 @@ namespace BibTeX
*/
class FileExporterExternal : public FileExporter
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Exporter { exporterNone = 0, exporterXSLT = 1, exporterBib2XHTML = 2, exporterBibTeX2HTML = 3, exporterBibConv = 4 };