From 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:35:15 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/fileexporterbibutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileexporterbibutils.h') diff --git a/src/fileexporterbibutils.h b/src/fileexporterbibutils.h index a691747..8b37d53 100644 --- a/src/fileexporterbibutils.h +++ b/src/fileexporterbibutils.h @@ -34,7 +34,7 @@ namespace BibTeX */ class FileExporterBibUtils : public FileExporter { - Q_OBJECT + TQ_OBJECT public: FileExporterBibUtils( BibTeX::File::FileFormat outputFormat ); ~FileExporterBibUtils(); -- cgit v1.2.3