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-05 20:46:58 +0900 |
| commit | 0c90dd24571da459f494ff60268a5a873f5fc11d (patch) | |
| tree | fd418623977fe6c36fe62e5179a406ed6dcf0447 /src/k3btempdirselectionwidget.cpp | |
| parent | 8b9e54eac5a51267328db442cca3701398235609 (diff) | |
| download | k3b-0c90dd24571da459f494ff60268a5a873f5fc11d.tar.gz k3b-0c90dd24571da459f494ff60268a5a873f5fc11d.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5efc277625507809813e82005f7e47f004c666b6)
Diffstat (limited to 'src/k3btempdirselectionwidget.cpp')
| -rw-r--r-- | src/k3btempdirselectionwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3btempdirselectionwidget.cpp b/src/k3btempdirselectionwidget.cpp index 53b322b..7a987e9 100644 --- a/src/k3btempdirselectionwidget.cpp +++ b/src/k3btempdirselectionwidget.cpp @@ -40,7 +40,7 @@ K3bTempDirSelectionWidget::K3bTempDirSelectionWidget( TQWidget *parent, const char *name ) - : TQGroupBox( 4, Qt::Vertical, parent, name ), + : TQGroupBox( 4, TQt::Vertical, parent, name ), m_labelCdSize(0), m_defaultImageFileName( "k3b_image.iso" ) { |
