diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:00:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:00:58 -0600 |
commit | 0305923187bdaf8a0a43b6538fe420b938f71156 (patch) | |
tree | 4ba3cf57f53083a3dbfdbe3eb9522015cc9bc88f /src | |
parent | 595750e09220d3b718ba987ba774ecab88581781 (diff) | |
download | kstreamripper-0305923187bdaf8a0a43b6538fe420b938f71156.tar.gz kstreamripper-0305923187bdaf8a0a43b6538fe420b938f71156.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src')
-rw-r--r-- | src/addnewstreamimpl.h | 2 | ||||
-rw-r--r-- | src/kstreamripper.h | 2 | ||||
-rw-r--r-- | src/processcontroller.h | 2 | ||||
-rw-r--r-- | src/processlistviewitem.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/addnewstreamimpl.h b/src/addnewstreamimpl.h index b144142..26c6e52 100644 --- a/src/addnewstreamimpl.h +++ b/src/addnewstreamimpl.h @@ -26,7 +26,7 @@ class AddNewStreamImpl : public AddNewStream { Q_OBJECT - TQ_OBJECT + public: diff --git a/src/kstreamripper.h b/src/kstreamripper.h index 25f8942..b497686 100644 --- a/src/kstreamripper.h +++ b/src/kstreamripper.h @@ -39,7 +39,7 @@ class TQString; class KStreamRipper : public KStreamRipperBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/src/processcontroller.h b/src/processcontroller.h index 4695d7a..cd733bb 100644 --- a/src/processcontroller.h +++ b/src/processcontroller.h @@ -35,7 +35,7 @@ class ProcessListViewItem; class ProcessController : public TQObject { Q_OBJECT - TQ_OBJECT + public: ProcessController(ProcessListViewItem * parent); ~ProcessController(); diff --git a/src/processlistviewitem.h b/src/processlistviewitem.h index 2dba1af..21e56d2 100644 --- a/src/processlistviewitem.h +++ b/src/processlistviewitem.h @@ -31,7 +31,7 @@ class ProcessController; class ProcessListViewItem : public TQObject, public TQListViewItem { Q_OBJECT - TQ_OBJECT + public: ProcessListViewItem( TQListView * parent ); |