From 89c017c3d5126cabd96acce26f538b37b48c085f 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/tellico@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/collectionfieldsdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/collectionfieldsdialog.h') diff --git a/src/collectionfieldsdialog.h b/src/collectionfieldsdialog.h index 7647bec..a3691cc 100644 --- a/src/collectionfieldsdialog.h +++ b/src/collectionfieldsdialog.h @@ -57,11 +57,11 @@ public: /** * The constructor sets up the dialog. * - * @param coll A pointer to the collection tqparent of all the attributes - * @param tqparent A pointer to the tqparent widget + * @param coll A pointer to the collection parent of all the attributes + * @param parent A pointer to the parent widget * @param name The widget name */ - CollectionFieldsDialog(Data::CollPtr coll, TQWidget* tqparent, const char* name=0); + CollectionFieldsDialog(Data::CollPtr coll, TQWidget* parent, const char* name=0); ~CollectionFieldsDialog(); signals: -- cgit v1.2.1