diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:32:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-26 12:42:51 +0900 |
commit | 1f6563a27f27b345a58ceefd9e26081788c6287c (patch) | |
tree | e568935e88db47f6fee37e208eb6bd73196fc0b9 /src/kompose.h | |
parent | 9b1d854c654a7d12b488672b51791305306af88d (diff) | |
download | kompose-1f6563a27f27b345a58ceefd9e26081788c6287c.tar.gz kompose-1f6563a27f27b345a58ceefd9e26081788c6287c.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 59587af73d03f12f8326872b660419f6ceee6f29)
Diffstat (limited to 'src/kompose.h')
-rw-r--r-- | src/kompose.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kompose.h b/src/kompose.h index 749c0ec..3c23364 100644 --- a/src/kompose.h +++ b/src/kompose.h @@ -34,7 +34,7 @@ */ class Kompose : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: Kompose(); virtual ~Kompose(); |