summaryrefslogtreecommitdiffstats
path: root/kmix/kmix.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-21 20:31:14 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 18:07:32 +0200
commit86636b26b9ebe10c0552e0808e21d30004bd6801 (patch)
tree2f2bccb81d09358261d57c29db9b88eb6ac8dcf9 /kmix/kmix.cpp
parentff69ef11db77ae8b88a1e92bc019befb90dd979a (diff)
downloadtdemultimedia-86636b26b9ebe10c0552e0808e21d30004bd6801.tar.gz
tdemultimedia-86636b26b9ebe10c0552e0808e21d30004bd6801.zip
Fix inadvertent "Qt::" remnants.
(cherry picked from commit 2b75e2ead19b519a6065e80d3249c9e92f035d44)
Diffstat (limited to 'kmix/kmix.cpp')
-rw-r--r--kmix/kmix.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/kmix/kmix.cpp b/kmix/kmix.cpp
index 1de32e4f..1b121335 100644
--- a/kmix/kmix.cpp
+++ b/kmix/kmix.cpp
@@ -521,12 +521,11 @@ KMixWindow::applyPrefs( KMixPrefDlg *prefDlg )
KMessageBox::information(0,msg);
}
if ( prefDlg->_rbVertical->isChecked() ) {
- //TQString "For a change of language to take place, quit and restart KDiff3.";
- //kdDebug(67100) << "KMix should change toQt::Vertical layout\n";
+ //kdDebug(67100) << "KMix should change to Vertical layout\n";
m_toplevelOrientation = Qt::Vertical;
}
else if ( prefDlg->_rbHorizontal->isChecked() ) {
- //kdDebug(67100) << "KMix should change toQt::Horizontal layout\n";
+ //kdDebug(67100) << "KMix should change to Horizontal layout\n";
m_toplevelOrientation = Qt::Horizontal;
}
m_autoStart = prefDlg->m_autoStartChk->isChecked();