summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 18:17:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 18:17:55 -0600
commit74fb13c892f4c7bfe079478d54b031ebd1671cea (patch)
treecf06780a480233afe5ba92082d12afbef1496a84 /src
parent5383cc940bec2a93dc757569472cf45686dc1bef (diff)
downloadkvpnc-74fb13c892f4c7bfe079478d54b031ebd1671cea.tar.gz
kvpnc-74fb13c892f4c7bfe079478d54b031ebd1671cea.zip
Fix deprecated qt_version check
Diffstat (limited to 'src')
-rw-r--r--src/kfeedback.cpp3
1 files changed, 0 insertions, 3 deletions
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 );
}