summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:43 -0600
commitf36b477bbf0c70444dc72a25b376056ba9401628 (patch)
treea099b08258ce548ea8aa5f8298efd42100deff32 /kiosktool/kcms
parent1713883ed5893c56a95e697555f0e67dc900a4b8 (diff)
downloadkiosktool-f36b477bbf0c70444dc72a25b376056ba9401628.tar.gz
kiosktool-f36b477bbf0c70444dc72a25b376056ba9401628.zip
Remove spurious TQ_OBJECT instances
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() { }