From 0f1dee482b6a2683a2c7ab0670e0a765c2508d2e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:04:57 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit bcf08b15c538ea1181c38e1ef51a2b4f08a92e83) --- src/tdebluezauth/application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tdebluezauth/application.h') diff --git a/src/tdebluezauth/application.h b/src/tdebluezauth/application.h index 499418a..b416f50 100644 --- a/src/tdebluezauth/application.h +++ b/src/tdebluezauth/application.h @@ -32,7 +32,7 @@ class TDEBluezAuth: public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: TDEBluezAuth(); -- cgit v1.2.1