summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/propertywidgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/propertywidgets.cpp')
-rw-r--r--kmrml/kmrml/propertywidgets.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/kmrml/kmrml/propertywidgets.cpp b/kmrml/kmrml/propertywidgets.cpp
index 5c562588..18508f3a 100644
--- a/kmrml/kmrml/propertywidgets.cpp
+++ b/kmrml/kmrml/propertywidgets.cpp
@@ -19,8 +19,8 @@
#include "propertywidgets.h"
IntegerWidget::IntegerWidget( const PropertySheet& sheet,
- TQWidget *tqparent, const char *name )
- : TQHBox( tqparent, name )
+ TQWidget *parent, const char *name )
+ : TQHBox( parent, name )
{
}
@@ -39,8 +39,8 @@ int IntegerWidget::value() const
///////////////////////////////////////////////////////////////////
ComboWidget::ComboWidget( const PropertySheet& sheet,
- TQWidget *tqparent, const char *name )
- : TQHBox( tqparent, name )
+ TQWidget *parent, const char *name )
+ : TQHBox( parent, name )
{
}
@@ -60,8 +60,8 @@ TQString ComboWidget::value() const
///////////////////////////////////////////////////////////////////
CheckBoxWidget::CheckBoxWidget( const PropertySheet& sheet,
- TQWidget *tqparent, const char *name )
- : TQHBox( tqparent, name )
+ TQWidget *parent, const char *name )
+ : TQHBox( parent, name )
{
}
@@ -81,8 +81,8 @@ bool CheckBoxWidget::value() const
///////////////////////////////////////////////////////////////////
LineEditWidget::LineEditWidget( const PropertySheet& sheet,
- TQWidget *tqparent, const char *name )
- : TQHBox( tqparent, name )
+ TQWidget *parent, const char *name )
+ : TQHBox( parent, name )
{
}
@@ -102,8 +102,8 @@ TQString LineEditWidget::value() const
///////////////////////////////////////////////////////////////////
ListBoxWidget::ListBoxWidget( const PropertySheet& sheet,
- TQWidget *tqparent, const char *name )
- : TQHBox( tqparent, name )
+ TQWidget *parent, const char *name )
+ : TQHBox( parent, name )
{
}