summaryrefslogtreecommitdiffstats
path: root/kiosktool/panelComponent.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:56:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 12:46:08 +0900
commit84eca24a4b5fb5460de42d9dc965559c9fdc1c79 (patch)
tree5e3c8cc0613cdbc4aeeb57a91d483d77236070ef /kiosktool/panelComponent.h
parent76b2a6388dc3d019e716e9542fbfa073a09321cb (diff)
downloadkiosktool-84eca24a.tar.gz
kiosktool-84eca24a.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 31cbeff20c2789812251184bf0f982cb6c2e71c3)
Diffstat (limited to 'kiosktool/panelComponent.h')
-rw-r--r--kiosktool/panelComponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/panelComponent.h b/kiosktool/panelComponent.h
index 05fac1b..093cc84 100644
--- a/kiosktool/panelComponent.h
+++ b/kiosktool/panelComponent.h
@@ -26,7 +26,7 @@
class PanelComponent: public Component
{
- Q_OBJECT
+ TQ_OBJECT
public:
PanelComponent( TQObject *parent = 0);