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 /plugins/encoder/sox | |
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 'plugins/encoder/sox')
-rw-r--r-- | plugins/encoder/sox/k3bsoxencoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/encoder/sox/k3bsoxencoder.h b/plugins/encoder/sox/k3bsoxencoder.h index a34271f..d495dd3 100644 --- a/plugins/encoder/sox/k3bsoxencoder.h +++ b/plugins/encoder/sox/k3bsoxencoder.h @@ -26,7 +26,7 @@ class TDEProcess; class K3bSoxEncoder : public K3bAudioEncoder { - Q_OBJECT + TQ_OBJECT public: @@ -66,7 +66,7 @@ class K3bSoxEncoder : public K3bAudioEncoder class K3bSoxEncoderSettingsWidget : public K3bPluginConfigWidget { - Q_OBJECT + TQ_OBJECT public: |