diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:32:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:32:04 +0900 |
commit | 5efc277625507809813e82005f7e47f004c666b6 (patch) | |
tree | 52282f27d3856e18ad12308e7881e840f0a96047 /src/option/k3bdevicewidget.cpp | |
parent | 95a45a4f4fadd0054cc11f4f2f57da17d81c7bdd (diff) | |
download | k3b-5efc277625507809813e82005f7e47f004c666b6.tar.gz k3b-5efc277625507809813e82005f7e47f004c666b6.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/option/k3bdevicewidget.cpp')
-rw-r--r-- | src/option/k3bdevicewidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option/k3bdevicewidget.cpp b/src/option/k3bdevicewidget.cpp index 3a93196..3f59375 100644 --- a/src/option/k3bdevicewidget.cpp +++ b/src/option/k3bdevicewidget.cpp @@ -169,7 +169,7 @@ K3bDeviceWidget::K3bDeviceWidget( K3bDevice::DeviceManager* manager, TQWidget *p // Devices Box // ------------------------------------------------ - TQGroupBox* groupDevices = new TQGroupBox( 1, Qt::Vertical, i18n( "CD/DVD Drives" ), this ); + TQGroupBox* groupDevices = new TQGroupBox( 1, TQt::Vertical, i18n( "CD/DVD Drives" ), this ); groupDevices->layout()->setSpacing( KDialog::spacingHint() ); groupDevices->layout()->setMargin( KDialog::marginHint() ); |