diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:15:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 13:22:09 +0900 |
commit | 19f46f8b2016b7aedc8023d64195b9ca189475c6 (patch) | |
tree | 1a478ef65b6a42bcb6f448fe26038c9a3f1986f0 | |
parent | 10e0dcdddded90b0ce0bba1ae3bd5d094683916d (diff) | |
download | tdeio-appinfo-19f46f8b2016b7aedc8023d64195b9ca189475c6.tar.gz tdeio-appinfo-19f46f8b2016b7aedc8023d64195b9ca189475c6.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 37a6f0b571917d98bd1eae6faead8f0ea8b90234)
-rw-r--r-- | src/appimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appimpl.h b/src/appimpl.h index 7b28306..0debce5 100644 --- a/src/appimpl.h +++ b/src/appimpl.h @@ -38,7 +38,7 @@ class TDEIO_AppInfo; class AppImpl : public TQObject { - Q_OBJECT + TQ_OBJECT public: AppImpl(TDEIO_AppInfo *slave); |