summaryrefslogtreecommitdiffstats
path: root/kiosktool/screensaverComponent.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-20 13:56:03 +0900
commit31cbeff20c2789812251184bf0f982cb6c2e71c3 (patch)
tree261c103d9da3e1bb6a6575eb46989d38a79a8c8c /kiosktool/screensaverComponent.h
parent7df9d06a8daf0e0b33e385ec838141a025cf22df (diff)
downloadkiosktool-31cbeff20c2789812251184bf0f982cb6c2e71c3.tar.gz
kiosktool-31cbeff20c2789812251184bf0f982cb6c2e71c3.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kiosktool/screensaverComponent.h')
-rw-r--r--kiosktool/screensaverComponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/screensaverComponent.h b/kiosktool/screensaverComponent.h
index 5c507f8..609e8c9 100644
--- a/kiosktool/screensaverComponent.h
+++ b/kiosktool/screensaverComponent.h
@@ -25,7 +25,7 @@
class ScreenSaverComponent: public Component
{
- Q_OBJECT
+ TQ_OBJECT
public:
ScreenSaverComponent( TQObject *parent = 0);