From 55cd4e5c5697a37d6845e2f056a16c512799023c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7) --- tdehtml/xml/xml_tokenizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdehtml/xml/xml_tokenizer.h') diff --git a/tdehtml/xml/xml_tokenizer.h b/tdehtml/xml/xml_tokenizer.h index f89e5eb2f..d6b4dbe02 100644 --- a/tdehtml/xml/xml_tokenizer.h +++ b/tdehtml/xml/xml_tokenizer.h @@ -118,7 +118,7 @@ private: class Tokenizer : public TQObject { - Q_OBJECT + TQ_OBJECT public: virtual void begin() = 0; // script output must be prepended, while new data -- cgit v1.2.1