summaryrefslogtreecommitdiffstats
path: root/libk3b/core/k3bprocess.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:17:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 17:39:30 +0900
commit667ad9cdec9225d3fa298aefdc1d6d90000583d8 (patch)
tree1e7f9356a6cd55c62883c3797d5d5802031d4b75 /libk3b/core/k3bprocess.h
parentb14c0f074f2865c2be895c606e7757d9fba7643c (diff)
downloadk3b-667ad9cdec9225d3fa298aefdc1d6d90000583d8.tar.gz
k3b-667ad9cdec9225d3fa298aefdc1d6d90000583d8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e1e7558d74bce9c95948ff07d0595ac3c5728aba)
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 19fb024..1cc99ed 100644
--- a/libk3b/core/k3bprocess.h
+++ b/libk3b/core/k3bprocess.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: