From 86636b26b9ebe10c0552e0808e21d30004bd6801 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 21 May 2012 20:31:14 -0500 Subject: Fix inadvertent "Qt::" remnants. (cherry picked from commit 2b75e2ead19b519a6065e80d3249c9e92f035d44) --- kmix/kmix.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kmix/kmix.cpp') 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(); -- cgit v1.2.1