From 06ee3c8c063933d06b750c0f557a99b4e1037de8 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 (cherry picked from commit 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b) --- src/fileimporterbibutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileimporterbibutils.h') diff --git a/src/fileimporterbibutils.h b/src/fileimporterbibutils.h index 2fc46d1..541b341 100644 --- a/src/fileimporterbibutils.h +++ b/src/fileimporterbibutils.h @@ -34,7 +34,7 @@ namespace BibTeX */ class FileImporterBibUtils : public FileImporter { - Q_OBJECT + TQ_OBJECT public: FileImporterBibUtils( BibTeX::File::FileFormat inputFormat ); ~FileImporterBibUtils(); -- cgit v1.2.1