Replace usage of obsolete TQLineEdit methods with supported methods

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/373/head
Michele Calgaro 10 months ago
parent 8a8431ab51
commit 0d30cdb383
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -3593,8 +3593,8 @@ void KonqMainWindow::slotClipboardDataChanged()
void KonqMainWindow::slotCheckComboSelection()
{
//kdDebug(1202) << "m_combo->lineEdit()->hasMarkedText() : " << hasSelection << endl;
bool hasSelection = m_combo->lineEdit()->hasSelectedText();
//kdDebug(1202) << "m_combo->lineEdit()->hasSelectedText() : " << hasSelection << endl;
m_paCopy->setEnabled( hasSelection );
m_paCut->setEnabled( hasSelection );
}

Loading…
Cancel
Save