diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:17:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 17:39:30 +0900 |
commit | 667ad9cdec9225d3fa298aefdc1d6d90000583d8 (patch) | |
tree | 1e7f9356a6cd55c62883c3797d5d5802031d4b75 /src/option/k3bexternalbinoptiontab.h | |
parent | b14c0f074f2865c2be895c606e7757d9fba7643c (diff) | |
download | k3b-667ad9cdec9225d3fa298aefdc1d6d90000583d8.tar.gz k3b-667ad9cdec9225d3fa298aefdc1d6d90000583d8.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e1e7558d74bce9c95948ff07d0595ac3c5728aba)
Diffstat (limited to 'src/option/k3bexternalbinoptiontab.h')
-rw-r--r-- | src/option/k3bexternalbinoptiontab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option/k3bexternalbinoptiontab.h b/src/option/k3bexternalbinoptiontab.h index 651e040..d8e99a7 100644 --- a/src/option/k3bexternalbinoptiontab.h +++ b/src/option/k3bexternalbinoptiontab.h @@ -30,7 +30,7 @@ class K3bExternalBinWidget; class K3bExternalBinOptionTab : public TQWidget { -Q_OBJECT +TQ_OBJECT public: |