From a8d3129b925bbc2cdca64b83578b2cf51f0d4965 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:35:44 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 61351feeb0a9de5efb5759e5bbe79f9220492571) --- src/ksvnwidgets/pwstorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ksvnwidgets/pwstorage.h') diff --git a/src/ksvnwidgets/pwstorage.h b/src/ksvnwidgets/pwstorage.h index 42dc394..3a544a8 100644 --- a/src/ksvnwidgets/pwstorage.h +++ b/src/ksvnwidgets/pwstorage.h @@ -31,7 +31,7 @@ class PwStorageData; */ class PwStorage:public TQObject { - Q_OBJECT + TQ_OBJECT protected: PwStorageData* mData; -- cgit v1.2.1