summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/addnewstreamimpl.h2
-rw-r--r--src/kstreamripper.h2
-rw-r--r--src/processcontroller.h2
-rw-r--r--src/processlistviewitem.h2
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 );