From 74fb13c892f4c7bfe079478d54b031ebd1671cea Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Dec 2011 18:17:55 -0600 Subject: Fix deprecated qt_version check --- src/kfeedback.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/kfeedback.cpp') 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 ); } -- cgit v1.2.1