summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqframe.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-10 12:13:27 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-10 12:13:27 -0500
commitd296f1d337dabfeae5191955fdadb874965dbbe9 (patch)
tree1a4b3b4cca01f2ea77eee2497297219d60e9bbd4 /tqtinterface/qt4/src/widgets/tqframe.h
parenteaa7ee2e0bbca40ba3173c4304f81957e8964291 (diff)
downloadexperimental-d296f1d337dabfeae5191955fdadb874965dbbe9.tar.gz
experimental-d296f1d337dabfeae5191955fdadb874965dbbe9.zip
rename the following methods:
tqparent parent tqmask mask
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 );