diff options
Diffstat (limited to 'src/widgets/tqtextview.cpp')
| -rw-r--r-- | src/widgets/tqtextview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/tqtextview.cpp b/src/widgets/tqtextview.cpp index a475d7b4a..febf8a047 100644 --- a/src/widgets/tqtextview.cpp +++ b/src/widgets/tqtextview.cpp @@ -48,7 +48,7 @@ \obsolete This class wraps a read-only \l TQTextEdit. - Use a \l TQTextEdit instead, and call setReadOnly(TRUE) + Use a \l TQTextEdit instead, and call setReadOnly(true) to disable editing. */ @@ -58,7 +58,7 @@ TQTextView::TQTextView( const TQString& text, const TQString& context, TQWidget *parent, const char *name ) : TQTextEdit( text, context, parent, name ) { - setReadOnly( TRUE ); + setReadOnly( true ); } /*! \reimp */ @@ -66,7 +66,7 @@ TQTextView::TQTextView( const TQString& text, const TQString& context, TQTextView::TQTextView( TQWidget *parent, const char *name ) : TQTextEdit( parent, name ) { - setReadOnly( TRUE ); + setReadOnly( true ); } /*! \reimp */ |
