Remove use of KDE_IS_VERSION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit db9fd639df)
r14.1.x
Michele Calgaro 2 weeks ago
parent 78d9aa72a5
commit 9c961d71fa
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -269,7 +269,6 @@ void MultiLineEditor::checkSpelling()
{
// FIXME: check and clean up spellchecking (Zsolt, 2008-04-07)
/*
#if KDE_IS_VERSION( 3, 1, 90 )
TQString s;
if ( editor->hasSelectedText() )
s = editor->selectedText();
@ -282,7 +281,6 @@ void MultiLineEditor::checkSpelling()
connect( spell, TQ_SIGNAL( done(const TQString &) ), this, TQ_SLOT( spellCheckDone(const TQString &) ) );
spell->cleanUp();
#endif
*/
}

Loading…
Cancel
Save