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 --- kitchensync/src/configguisyncmlobex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kitchensync/src/configguisyncmlobex.h') diff --git a/kitchensync/src/configguisyncmlobex.h b/kitchensync/src/configguisyncmlobex.h index a4e427474..7ee4d3f30 100644 --- a/kitchensync/src/configguisyncmlobex.h +++ b/kitchensync/src/configguisyncmlobex.h @@ -41,7 +41,7 @@ class ConfigGuiSyncmlObex : public ConfigGui TQ_OBJECT public: - ConfigGuiSyncmlObex( const QSync::Member &, TQWidget *tqparent = 0 ); + ConfigGuiSyncmlObex( const QSync::Member &, TQWidget *parent = 0 ); void load( const TQString &xml ); TQString save() const; @@ -82,7 +82,7 @@ class ConfigGuiSyncmlObex : public ConfigGui KComboBox *mNoteDb; protected slots: - void addLineEdit( TQWidget *tqparent, const TQString &text, KComboBox **edit, int row ); + void addLineEdit( TQWidget *parent, const TQString &text, KComboBox **edit, int row ); }; #endif -- cgit v1.2.1