diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:08:12 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-23 15:43:46 +0200 |
commit | 466108ad3807e8fddf21b05fc41b0efc409f1566 (patch) | |
tree | 8b308d3165fdabf302c0c54351d02848d5339122 /src/projects/k3bvcdtrackdialog.cpp | |
parent | a8b27c20ba29466133a261945468006de46d4ad5 (diff) | |
download | k3b-466108ad3807e8fddf21b05fc41b0efc409f1566.tar.gz k3b-466108ad3807e8fddf21b05fc41b0efc409f1566.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit 2f36c1bd457c375a07b37e81aaef0c7d75278e0e)
Diffstat (limited to 'src/projects/k3bvcdtrackdialog.cpp')
-rw-r--r-- | src/projects/k3bvcdtrackdialog.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/projects/k3bvcdtrackdialog.cpp b/src/projects/k3bvcdtrackdialog.cpp index 09a1340..ff25b55 100644 --- a/src/projects/k3bvcdtrackdialog.cpp +++ b/src/projects/k3bvcdtrackdialog.cpp @@ -487,7 +487,7 @@ void K3bVcdTrackDialog::setupPbcTab() m_labelAfterTimeout = new TQLabel( i18n( "after timeout playing" ), m_groupPlay, "m_labelTimeout" ); // m_labelAfterTimeout->setEnabled( false ); - m_comboAfterTimeout = new K3bCutComboBox( K3bCutComboBox::STQUEEZE, m_groupPlay, "m_comboAfterTimeout" ); + m_comboAfterTimeout = new K3bCutComboBox( K3bCutComboBox::SQUEEZE, m_groupPlay, "m_comboAfterTimeout" ); // m_comboAfterTimeout->setEnabled( false ); groupPlayLayout->addWidget( labelPlaying, 1, 0 ); @@ -510,10 +510,10 @@ void K3bVcdTrackDialog::setupPbcTab() TQLabel* labelPbc_return = new TQLabel( i18n( "Return:" ), m_groupPbc, "labelPbc_return" ); TQLabel* labelPbc_default = new TQLabel( i18n( "Default:" ), m_groupPbc, "labelPbc_default" ); - m_pbc_previous = new K3bCutComboBox( K3bCutComboBox::STQUEEZE, m_groupPbc, "m_pbc_previous" ); - m_pbc_next = new K3bCutComboBox( K3bCutComboBox::STQUEEZE, m_groupPbc, "m_pbc_next" ); - m_pbc_return = new K3bCutComboBox( K3bCutComboBox::STQUEEZE, m_groupPbc, "m_pbc_return" ); - m_pbc_default = new K3bCutComboBox( K3bCutComboBox::STQUEEZE, m_groupPbc, "m_pbc_default" ); + m_pbc_previous = new K3bCutComboBox( K3bCutComboBox::SQUEEZE, m_groupPbc, "m_pbc_previous" ); + m_pbc_next = new K3bCutComboBox( K3bCutComboBox::SQUEEZE, m_groupPbc, "m_pbc_next" ); + m_pbc_return = new K3bCutComboBox( K3bCutComboBox::SQUEEZE, m_groupPbc, "m_pbc_return" ); + m_pbc_default = new K3bCutComboBox( K3bCutComboBox::SQUEEZE, m_groupPbc, "m_pbc_default" ); groupPbcLayout->addWidget( labelPbc_previous, 1, 0 ); groupPbcLayout->addMultiCellWidget( m_pbc_previous, 1, 1, 1, 3 ); |