summaryrefslogtreecommitdiffstats
path: root/src/cdopener.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:32:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 20:50:00 +0900
commit6d9278a9801deacc7a932e613826db7a76968772 (patch)
tree2ca873e233ffe97baa388707dc9f2fc2ef027175 /src/cdopener.cpp
parent29b63b04727ed090486a15ca0a46cf1ee476cfa6 (diff)
downloadsoundkonverter-6d9278a9.tar.gz
soundkonverter-6d9278a9.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10b66f448d3326a6c255842fcd8baebeb0a40dd8)
Diffstat (limited to 'src/cdopener.cpp')
-rw-r--r--src/cdopener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdopener.cpp b/src/cdopener.cpp
index 00964ec..b707012 100644
--- a/src/cdopener.cpp
+++ b/src/cdopener.cpp
@@ -130,7 +130,7 @@ CDOpener::CDOpener( Config* _config, CDManager* _cdManager, TagEngine* _tagEngin
// create the box at the bottom for editing the tags
tagGroupBox = new TQGroupBox( i18n("No track selected"), this, "tagGroupBox" );
gridLayout->addWidget( tagGroupBox, 2, 0 );
- tagGroupBox->setColumnLayout( 0, Qt::Vertical );
+ tagGroupBox->setColumnLayout( 0, TQt::Vertical );
tagGroupBox->layout()->setSpacing( 6 );
tagGroupBox->layout()->setMargin( 6 );
TQGridLayout* tagGridLayout = new TQGridLayout( tagGroupBox->layout(), 1, 1, -1, "tagGridLayout" );