diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqtextedit.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqtextedit.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqtextedit.h b/tqtinterface/qt4/src/widgets/tqtextedit.h index a69b434..26d5f4f 100644 --- a/tqtinterface/qt4/src/widgets/tqtextedit.h +++ b/tqtinterface/qt4/src/widgets/tqtextedit.h @@ -80,7 +80,7 @@ class TQSyntaxHighlighter; class TQTextEditOptimPrivate { public: - // Note: no left-tag has any value for leftTag or tqparent, and + // Note: no left-tag has any value for leftTag or parent, and // no right-tag has any formatting flags set. enum TagType { Color = 0, Format = 1 }; struct Tag { @@ -91,7 +91,7 @@ public: int line; int index; Tag * leftTag; // ptr to left-tag in a left-right tag pair - Tag * tqparent; // ptr to tqparent left-tag in a nested tag + Tag * parent; // ptr to parent left-tag in a nested tag Tag * prev; Tag * next; TQString tag; @@ -222,8 +222,8 @@ public: }; TQTextEdit( const TQString& text, const TQString& context = TQString::null, - TQWidget* tqparent=0, const char* name=0); - TQTextEdit( TQWidget* tqparent=0, const char* name=0 ); + TQWidget* parent=0, const char* name=0); + TQTextEdit( TQWidget* parent=0, const char* name=0 ); virtual ~TQTextEdit(); void setPalette( const TQPalette & ); @@ -511,7 +511,7 @@ private: void copyToClipboard(); #ifndef TQT_NO_MIME TQCString pickSpecial(TQMimeSource* ms, bool always_ask, const TQPoint&); - TQTextDrag *dragObject( TQWidget *tqparent = 0 ) const; + TQTextDrag *dragObject( TQWidget *parent = 0 ) const; #endif #ifndef TQT_NO_MIMECLIPBOARD void pasteSpecial(const TQPoint&); |