Fix deprecated qt_version check

pull/1/head
Timothy Pearson 13 years ago
parent 5383cc940b
commit 74fb13c892

@ -135,9 +135,6 @@ KFeedbackForm::KFeedbackForm( const TQString & feedbackMailAddress,
_comment = new TQMultiLineEdit( this ); Q_CHECK_PTR( _comment );
label->setBuddy( _comment );
#if ([[[TQT_VERSION IS DEPRECATED]]] < 300)
_comment->setFixedVisibleLines( 5 );
#endif
_comment->setWordWrap( TQMultiLineEdit::FixedColumnWidth );
_comment->setWrapColumnOrWidth( 70 );
}

Loading…
Cancel
Save