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-20 14:15:17 +0900 |
commit | 37a6f0b571917d98bd1eae6faead8f0ea8b90234 (patch) | |
tree | 1a478ef65b6a42bcb6f448fe26038c9a3f1986f0 | |
parent | 10e0dcdddded90b0ce0bba1ae3bd5d094683916d (diff) | |
download | tdeio-appinfo-37a6f0b571917d98bd1eae6faead8f0ea8b90234.tar.gz tdeio-appinfo-37a6f0b571917d98bd1eae6faead8f0ea8b90234.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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); |