summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms/autostart/kcmautostart.h
diff options
context:
space:
mode:
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);