From b7ec7cce3b6852467f09fc8cde42d4b682e75053 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:55:39 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit ce5e23562bd87fad061187e168873cbb3277430c) --- src/sources/ibmacpifansrc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sources/ibmacpifansrc.h') diff --git a/src/sources/ibmacpifansrc.h b/src/sources/ibmacpifansrc.h index 17b7ab8..eda531e 100644 --- a/src/sources/ibmacpifansrc.h +++ b/src/sources/ibmacpifansrc.h @@ -30,7 +30,7 @@ * which is provided by the ibm-acpi kernel module. */ class IBMACPIFanSrc : public LabelSource { - Q_OBJECT + TQ_OBJECT //macro which activates signals and slots (moc) public: /** -- cgit v1.2.1