summaryrefslogtreecommitdiffstats
path: root/libk3b/core/k3bprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/core/k3bprocess.h')
-rw-r--r--libk3b/core/k3bprocess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/core/k3bprocess.h b/libk3b/core/k3bprocess.h
index 5b585dd..009280d 100644
--- a/libk3b/core/k3bprocess.h
+++ b/libk3b/core/k3bprocess.h
@@ -38,7 +38,7 @@ class K3bExternalBin;
class LIBK3B_EXPORT K3bProcess : public KProcess
{
Q_OBJECT
- TQ_OBJECT
+
public:
class OutputCollector;
@@ -181,7 +181,7 @@ class LIBK3B_EXPORT K3bProcess : public KProcess
class LIBK3B_EXPORT K3bProcessOutputCollector: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
K3bProcessOutputCollector( KProcess* );