summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqframe.h')
-rw-r--r--tqtinterface/qt4/src/widgets/tqframe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqframe.h b/tqtinterface/qt4/src/widgets/tqframe.h
index 8d289d2..d8ae55c 100644
--- a/tqtinterface/qt4/src/widgets/tqframe.h
+++ b/tqtinterface/qt4/src/widgets/tqframe.h
@@ -62,7 +62,7 @@ class TQ_EXPORT TQFrame : public TQWidget
Q_PROPERTY( TQRect frameRect READ frameRect WRITE setFrameRect DESIGNABLE false )
public:
- TQFrame( TQWidget* tqparent=0, const char* name=0, WFlags f=0 );
+ TQFrame( TQWidget* parent=0, const char* name=0, WFlags f=0 );
int frameStyle() const;
virtual void setFrameStyle( int );
@@ -89,12 +89,12 @@ public:
LineEditPanel = 0x000a,
TabWidgetPanel = 0x000b,
GroupBoxPanel = 0x000c,
- MShape = 0x000f // tqmask for the tqshape
+ MShape = 0x000f // mask for the tqshape
};
enum Shadow { Plain = 0x0010, // plain line
Raised = 0x0020, // raised shadow effect
Sunken = 0x0030, // sunken shadow effect
- MShadow = 0x00f0 }; // tqmask for the shadow
+ MShadow = 0x00f0 }; // mask for the shadow
Shape frameShape() const;
void setFrameShape( Shape );