summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/kcms')
-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 6fe07c8..7970609 100644
--- a/kiosktool/kcms/autostart/kcmautostart.h
+++ b/kiosktool/kcms/autostart/kcmautostart.h
@@ -29,7 +29,7 @@ class TQPushButton;
class AutoStartConfig : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
AutoStartConfig(TQWidget* parent, const char* name= 0L, const TQStringList& foo = TQStringList());
~AutoStartConfig() {};
@@ -54,7 +54,7 @@ private:
class CheckListItem : public TQObject, public TQCheckListItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
CheckListItem(TQListView* parent, const TQString &text);
~CheckListItem() { }