diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqframe.cpp')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqframe.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqframe.cpp b/tqtinterface/qt4/src/widgets/tqframe.cpp index 8112924..1c6f6d8 100644 --- a/tqtinterface/qt4/src/widgets/tqframe.cpp +++ b/tqtinterface/qt4/src/widgets/tqframe.cpp @@ -130,7 +130,7 @@ look depends upon the current GUI style. \value TabWidgetPanel is used to draw a frame suitable for tab widgets. The look depends upon the current GUI style. - \value MShape internal tqmask + \value MShape internal mask When it does not call TQStyle, Shape interacts with TQFrame::Shadow, the lineWidth() and the midLineWidth() to create the total result. @@ -155,7 +155,7 @@ \value Sunken the frame and contents appear sunken; draws a 3D sunken line using the light and dark colors of the current color group - \value MShadow internal; tqmask for the shadow + \value MShadow internal; mask for the shadow Shadow interacts with TQFrame::Shape, the lineWidth() and the midLineWidth(). See the \link #picture picture of the frames\endlink @@ -169,12 +169,12 @@ Constructs a frame widget with frame style \c NoFrame and a 1-pixel frame width. - The \a tqparent, \a name and \a f arguments are passed to the + The \a parent, \a name and \a f arguments are passed to the TQWidget constructor. */ -TQFrame::TQFrame( TQWidget *tqparent, const char *name, WFlags f ) - : TQWidget( tqparent, name, f ) +TQFrame::TQFrame( TQWidget *parent, const char *name, WFlags f ) + : TQWidget( parent, name, f ) { frect = TQRect( 0, 0, 0, 0 ); fstyle = NoFrame | Plain; |