summaryrefslogtreecommitdiffstats
path: root/kbarcode/propertywidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commite295fa9ed9bf0a1ce153cd3e92a6fc24b9316933 (patch)
tree5c70aff00550c3512d6ec34ef333e0944a08db20 /kbarcode/propertywidget.h
parent33038ab0e8b8e7fb05093f953e4f6f724c6e2482 (diff)
downloadkbarcode-e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933.tar.gz
kbarcode-e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbarcode@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 );