diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 17:22:25 +0900 |
commit | f6741f0084eff115b9211de455ef80f308307680 (patch) | |
tree | 25ca6b749b7b5dfb589b3618f8513890fa370322 /dcoppython/test | |
parent | 2986997b321db65296eb2133bb2e790777dde723 (diff) | |
download | tdebindings-f6741f0084eff115b9211de455ef80f308307680.tar.gz tdebindings-f6741f0084eff115b9211de455ef80f308307680.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b9781b38d8fd868d592d6dee0417f6ab0ea57ac5)
Diffstat (limited to 'dcoppython/test')
-rw-r--r-- | dcoppython/test/dcopserver/tdedcoptest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/test/dcopserver/tdedcoptest.h b/dcoppython/test/dcopserver/tdedcoptest.h index 84a4db01..a4e6531a 100644 --- a/dcoppython/test/dcopserver/tdedcoptest.h +++ b/dcoppython/test/dcopserver/tdedcoptest.h @@ -20,7 +20,7 @@ */ class KDEDcopTest : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: /** * Default Constructor |