diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:34:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-23 18:48:05 +0900 |
commit | 22a657c153844f17d896ead5bf7fdf6a335f6233 (patch) | |
tree | cd36f2de7de5645d653d7aadc3c8404c40f8f412 /src/dotfrontend.h | |
parent | 592addeaddcba11bb5e87763a1d6176e64dfa8b4 (diff) | |
download | kscope-22a657c153844f17d896ead5bf7fdf6a335f6233.tar.gz kscope-22a657c153844f17d896ead5bf7fdf6a335f6233.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4c64ef827f7666f86a497c50ab920d4afc56b3ff)
Diffstat (limited to 'src/dotfrontend.h')
-rw-r--r-- | src/dotfrontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotfrontend.h b/src/dotfrontend.h index e49e72a..15238ba 100644 --- a/src/dotfrontend.h +++ b/src/dotfrontend.h @@ -40,7 +40,7 @@ class GraphWidget; */ class DotFrontend : public Frontend { - Q_OBJECT + TQ_OBJECT public: DotFrontend(GraphWidget*); |