diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:17:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:17:48 +0900 |
commit | e1e7558d74bce9c95948ff07d0595ac3c5728aba (patch) | |
tree | 861250bee3677a8013fd0213ac4a6b786fd47537 /libk3b/tools/k3bdeviceselectiondialog.h | |
parent | a71adf538f8febd0686d98bd4d2f7b1531431be7 (diff) | |
download | k3b-e1e7558d74bce9c95948ff07d0595ac3c5728aba.tar.gz k3b-e1e7558d74bce9c95948ff07d0595ac3c5728aba.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libk3b/tools/k3bdeviceselectiondialog.h')
-rw-r--r-- | libk3b/tools/k3bdeviceselectiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3bdeviceselectiondialog.h b/libk3b/tools/k3bdeviceselectiondialog.h index 390f55e..e4497b7 100644 --- a/libk3b/tools/k3bdeviceselectiondialog.h +++ b/libk3b/tools/k3bdeviceselectiondialog.h @@ -30,7 +30,7 @@ namespace K3bDevice { class LIBK3B_EXPORT K3bDeviceSelectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |