diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:56:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:09:37 +0900 |
commit | 6df27473e52921dbfb268945c748639f1cf806e4 (patch) | |
tree | d7d3d6d697f4e8b25e8b2f125bbec284f5dab741 /src/modules/term/termwindow.h | |
parent | 5e2a1ae3feaa4b6f0f8cca5abc8326612f1c4ca0 (diff) | |
download | kvirc-6df27473e52921dbfb268945c748639f1cf806e4.tar.gz kvirc-6df27473e52921dbfb268945c748639f1cf806e4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/modules/term/termwindow.h')
-rw-r--r-- | src/modules/term/termwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/term/termwindow.h b/src/modules/term/termwindow.h index da41d17a..1b86d060 100644 --- a/src/modules/term/termwindow.h +++ b/src/modules/term/termwindow.h @@ -34,7 +34,7 @@ class KviTermWidget; class KviTermWindow : public KviWindow { - Q_OBJECT + TQ_OBJECT public: KviTermWindow(KviFrame * lpFrm,const char * name); |