From e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: 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 --- kbarcode/propertywidget.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kbarcode/propertywidget.h') 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 ); -- cgit v1.2.3