diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:52 -0600 |
commit | 570ac52f224a06ea360c2a103aae616402994f2d (patch) | |
tree | 0413d14018fac8331d3449dc483f72e91528a80b /src/kcm/configdialog.h | |
parent | 52e838e642315628ee4951f78d9cf6fa4a584f4b (diff) | |
download | knemo-570ac52f224a06ea360c2a103aae616402994f2d.tar.gz knemo-570ac52f224a06ea360c2a103aae616402994f2d.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kcm/configdialog.h')
-rw-r--r-- | src/kcm/configdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kcm/configdialog.h b/src/kcm/configdialog.h index c645551..71a055d 100644 --- a/src/kcm/configdialog.h +++ b/src/kcm/configdialog.h @@ -46,7 +46,7 @@ class KNemoCheckListItem; class ConfigDialog : public KCModule { Q_OBJECT - TQ_OBJECT + public: /** * Default Constructor @@ -133,7 +133,7 @@ private: class KNemoCheckListItem : public TQObject, public TQCheckListItem { Q_OBJECT - TQ_OBJECT + public: KNemoCheckListItem( TQListView* view ) : TQCheckListItem( view, TQString(), TQCheckListItem::CheckBox ) |