diff --git a/src/kfeedback.cpp b/src/kfeedback.cpp index 07d7ba3..e6af794 100644 --- a/src/kfeedback.cpp +++ b/src/kfeedback.cpp @@ -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 ); }