summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqtextview.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-10-20 20:01:48 -0500
committerTimothy Pearson <[email protected]>2012-10-20 20:01:48 -0500
commit7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch)
tree7ffddfefaf990c9a33ee6a0f317b9133dc58305c /src/widgets/ntqtextview.h
parentedec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff)
downloadtqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz
tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqtextview.h')
-rw-r--r--src/widgets/ntqtextview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/ntqtextview.h b/src/widgets/ntqtextview.h
index 848c692e6..342ed0db1 100644
--- a/src/widgets/ntqtextview.h
+++ b/src/widgets/ntqtextview.h
@@ -50,11 +50,11 @@
class Q_EXPORT TQTextView : public TQTextEdit
{
TQ_OBJECT
- Q_OVERRIDE( int undoDepth DESIGNABLE false SCRIPTABLE false )
- Q_OVERRIDE( bool overwriteMode DESIGNABLE false SCRIPTABLE false )
- Q_OVERRIDE( bool modified SCRIPTABLE false)
- Q_OVERRIDE( bool readOnly DESIGNABLE false SCRIPTABLE false )
- Q_OVERRIDE( bool undoRedoEnabled DESIGNABLE false SCRIPTABLE false )
+ TQ_OVERRIDE( int undoDepth DESIGNABLE false SCRIPTABLE false )
+ TQ_OVERRIDE( bool overwriteMode DESIGNABLE false SCRIPTABLE false )
+ TQ_OVERRIDE( bool modified SCRIPTABLE false)
+ TQ_OVERRIDE( bool readOnly DESIGNABLE false SCRIPTABLE false )
+ TQ_OVERRIDE( bool undoRedoEnabled DESIGNABLE false SCRIPTABLE false )
public:
TQTextView( const TQString& text, const TQString& context = TQString::null,