summaryrefslogtreecommitdiffstats
path: root/kbarcode/propertywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/propertywidget.h')
-rw-r--r--kbarcode/propertywidget.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kbarcode/propertywidget.h b/kbarcode/propertywidget.h
index 2d59ea4..7398964 100644
--- a/kbarcode/propertywidget.h
+++ b/kbarcode/propertywidget.h
@@ -51,7 +51,7 @@ class PropertyWidget : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- PropertyWidget( TQWidget* tqparent );
+ PropertyWidget( TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command ) = 0;
virtual void initSettings( DocumentItem* item ) = 0;
@@ -64,7 +64,7 @@ class PropertyBorder : public PropertyWidget {
Q_OBJECT
TQ_OBJECT
public:
- PropertyBorder( TQWidget* tqparent );
+ PropertyBorder( TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );
@@ -83,7 +83,7 @@ class PropertyRotation : public PropertyWidget {
Q_OBJECT
TQ_OBJECT
public:
- PropertyRotation( TQWidget* tqparent );
+ PropertyRotation( TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );
@@ -96,7 +96,7 @@ class PropertyFill : public PropertyWidget {
Q_OBJECT
TQ_OBJECT
public:
- PropertyFill( TQWidget* tqparent );
+ PropertyFill( TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );
@@ -109,7 +109,7 @@ class PropertyBarcode : public PropertyWidget, private LabelUtils {
Q_OBJECT
TQ_OBJECT
public:
- PropertyBarcode( TokenProvider* token, TQWidget* tqparent );
+ PropertyBarcode( TokenProvider* token, TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );
@@ -126,7 +126,7 @@ class PropertyText : public PropertyWidget, private LabelUtils {
Q_OBJECT
TQ_OBJECT
public:
- PropertyText( TokenProvider* token, TQWidget* tqparent );
+ PropertyText( TokenProvider* token, TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );
@@ -140,7 +140,7 @@ class PropertyTextLine : public PropertyWidget, private LabelUtils {
Q_OBJECT
TQ_OBJECT
public:
- PropertyTextLine( TokenProvider* token, TQWidget* tqparent );
+ PropertyTextLine( TokenProvider* token, TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );
@@ -154,7 +154,7 @@ class PropertySize : public PropertyWidget, private LabelUtils {
Q_OBJECT
TQ_OBJECT
public:
- PropertySize( TQWidget* tqparent );
+ PropertySize( TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );
@@ -174,7 +174,7 @@ class PropertyImage : public PropertyWidget {
Q_OBJECT
TQ_OBJECT
public:
- PropertyImage( TokenProvider* token, TQWidget* tqparent );
+ PropertyImage( TokenProvider* token, TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );
@@ -208,7 +208,7 @@ class PropertyVisible : public PropertyWidget {
Q_OBJECT
TQ_OBJECT
public:
- PropertyVisible( TQWidget* tqparent );
+ PropertyVisible( TQWidget* parent );
virtual void applySettings( DocumentItem* item, KMacroCommand* command );
virtual void initSettings( DocumentItem* item );