Replace usage of obsolete TQLineEdit methods with supported methods

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d30cdb383)
r14.1.x
Michele Calgaro 10 months ago
parent bb44b9863c
commit a5979a0e0f
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