summaryrefslogtreecommitdiffstats
path: root/src/cdopener.cpp
diff options
context:
space:
mode:
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" );