summaryrefslogtreecommitdiffstats
path: root/kiosktool/kioskrun.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/kioskrun.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/kioskrun.h')
-rw-r--r--kiosktool/kioskrun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/kioskrun.h b/kiosktool/kioskrun.h
index 4275cb3..ffb4b4d 100644
--- a/kiosktool/kioskrun.h
+++ b/kiosktool/kioskrun.h
@@ -41,7 +41,7 @@ class KioskRun : public TQObject
{
friend class KioskGui;
- Q_OBJECT
+ TQ_OBJECT
public:
static KioskRun* self() { return s_self; }
@@ -213,7 +213,7 @@ private:
class KioskRunProgressDialog : public KProgressDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
KioskRunProgressDialog(TQWidget *parent, const char *name,