summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:15:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:15:17 +0900
commit37a6f0b571917d98bd1eae6faead8f0ea8b90234 (patch)
tree1a478ef65b6a42bcb6f448fe26038c9a3f1986f0
parent10e0dcdddded90b0ce0bba1ae3bd5d094683916d (diff)
downloadtdeio-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.h2
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);