summaryrefslogtreecommitdiffstats
path: root/src/frontend.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:34:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:34:44 +0900
commit4c64ef827f7666f86a497c50ab920d4afc56b3ff (patch)
treecd36f2de7de5645d653d7aadc3c8404c40f8f412 /src/frontend.h
parent592addeaddcba11bb5e87763a1d6176e64dfa8b4 (diff)
downloadkscope-4c64ef827f7666f86a497c50ab920d4afc56b3ff.tar.gz
kscope-4c64ef827f7666f86a497c50ab920d4afc56b3ff.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/frontend.h')
-rw-r--r--src/frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend.h b/src/frontend.h
index 16a41c4..dc8e31b 100644
--- a/src/frontend.h
+++ b/src/frontend.h
@@ -75,7 +75,7 @@ protected:
class Frontend : public TDEProcess
{
- Q_OBJECT
+ TQ_OBJECT
public:
Frontend(uint, bool bAutoDelete = false);