summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms/autostart/kcmautostart.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/kcms/autostart/kcmautostart.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/kcms/autostart/kcmautostart.h')
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.h b/kiosktool/kcms/autostart/kcmautostart.h
index dcfe25a..7265e3e 100644
--- a/kiosktool/kcms/autostart/kcmautostart.h
+++ b/kiosktool/kcms/autostart/kcmautostart.h
@@ -28,7 +28,7 @@ class TQPushButton;
class AutoStartConfig : public TDECModule
{
-Q_OBJECT
+TQ_OBJECT
public:
AutoStartConfig(TQWidget* parent, const char* name= 0L, const TQStringList& foo = TQStringList());
@@ -53,7 +53,7 @@ private:
class CheckListItem : public TQObject, public TQCheckListItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
CheckListItem(TQListView* parent, const TQString &text);