summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/designer/propertyeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/designer/designer/propertyeditor.h')
-rw-r--r--tqtinterface/qt4/tools/designer/designer/propertyeditor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/tools/designer/designer/propertyeditor.h b/tqtinterface/qt4/tools/designer/designer/propertyeditor.h
index 2e9aee4..0ba8140 100644
--- a/tqtinterface/qt4/tools/designer/designer/propertyeditor.h
+++ b/tqtinterface/qt4/tools/designer/designer/propertyeditor.h
@@ -600,7 +600,7 @@ class EnumPopup : public TQFrame
TQ_OBJECT
public:
- EnumPopup( TQWidget *tqparent, const char *name, WFlags f=0 );
+ EnumPopup( TQWidget *parent, const char *name, WFlags f=0 );
~EnumPopup();
void insertEnums( TQValueList<EnumItem> lst );
TQValueList<EnumItem> enumList() const;
@@ -625,7 +625,7 @@ class EnumBox : public TQComboBox
TQ_OBJECT
public:
- EnumBox( TQWidget *tqparent, const char *name = 0 );
+ EnumBox( TQWidget *parent, const char *name = 0 );
~EnumBox() {}
void setText( const TQString &text );
void insertEnums( TQValueList<EnumItem> lst );
@@ -750,7 +750,7 @@ class EventList : public HierarchyList
TQ_OBJECT
public:
- EventList( TQWidget *tqparent, FormWindow *fw, PropertyEditor *e );
+ EventList( TQWidget *parent, FormWindow *fw, PropertyEditor *e );
void setup();
void setCurrent( TQWidget *w );
@@ -778,7 +778,7 @@ class PropertyEditor : public TQTabWidget
TQ_OBJECT
public:
- PropertyEditor( TQWidget *tqparent );
+ PropertyEditor( TQWidget *parent );
TQObject *widget() const;