diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:17:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:17:48 +0900 |
commit | e1e7558d74bce9c95948ff07d0595ac3c5728aba (patch) | |
tree | 861250bee3677a8013fd0213ac4a6b786fd47537 /libk3b/core/k3bprocess.h | |
parent | a71adf538f8febd0686d98bd4d2f7b1531431be7 (diff) | |
download | k3b-e1e7558d74bce9c95948ff07d0595ac3c5728aba.tar.gz k3b-e1e7558d74bce9c95948ff07d0595ac3c5728aba.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libk3b/core/k3bprocess.h')
-rw-r--r-- | libk3b/core/k3bprocess.h | 4 |
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: |