From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 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/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kaddressbook/geowidget.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kaddressbook/geowidget.h') diff --git a/kaddressbook/geowidget.h b/kaddressbook/geowidget.h index f6f8dffd5..7021b4fd0 100644 --- a/kaddressbook/geowidget.h +++ b/kaddressbook/geowidget.h @@ -54,7 +54,7 @@ class GeoWidget : public KAB::ContactEditorWidget TQ_OBJECT public: - GeoWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name = 0 ); + GeoWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 ); ~GeoWidget(); void loadContact( KABC::Addressee *addr ); @@ -81,7 +81,7 @@ class GeoDialog : public KDialogBase TQ_OBJECT public: - GeoDialog( TQWidget *tqparent, const char *name = 0 ); + GeoDialog( TQWidget *parent, const char *name = 0 ); ~GeoDialog(); void setLatitude( double latitude ); @@ -127,7 +127,7 @@ class GeoMapWidget : public TQWidget TQ_OBJECT public: - GeoMapWidget( TQWidget *tqparent, const char *name = 0 ); + GeoMapWidget( TQWidget *parent, const char *name = 0 ); ~GeoMapWidget(); void setLatitude( double latitude ); @@ -151,9 +151,9 @@ class GeoMapWidget : public TQWidget class GeoWidgetFactory : public KAB::ContactEditorWidgetFactory { public: - KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name ) + KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name ) { - return new GeoWidget( ab, tqparent, name ); + return new GeoWidget( ab, parent, name ); } TQString pageIdentifier() const { return "misc"; } -- cgit v1.2.1