diff options
Diffstat (limited to 'libk3b/core/k3bprocess.h')
-rw-r--r-- | libk3b/core/k3bprocess.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libk3b/core/k3bprocess.h b/libk3b/core/k3bprocess.h index 19fb024..642df4a 100644 --- a/libk3b/core/k3bprocess.h +++ b/libk3b/core/k3bprocess.h @@ -18,7 +18,7 @@ #define K3B_PROCESS_H -#include <kprocess.h> +#include <tdeprocess.h> #include <tqstring.h> #include "k3b_export.h" @@ -37,7 +37,7 @@ class K3bExternalBin; */ class LIBK3B_EXPORT K3bProcess : public TDEProcess { - Q_OBJECT + TQ_OBJECT public: @@ -180,7 +180,7 @@ class LIBK3B_EXPORT K3bProcess : public TDEProcess class LIBK3B_EXPORT K3bProcessOutputCollector: public TQObject { - Q_OBJECT + TQ_OBJECT public: |