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/groupview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/groupview.h') diff --git a/src/groupview.h b/src/groupview.h index 40a40f9..78a1909 100644 --- a/src/groupview.h +++ b/src/groupview.h @@ -47,10 +47,10 @@ public: /** * The constructor sets up the single column, and initializes the popup menu. * - * @param tqparent A pointer to the tqparent widget + * @param parent A pointer to the parent widget * @param name The widget name */ - GroupView(TQWidget* tqparent, const char* name=0); + GroupView(TQWidget* parent, const char* name=0); /** * Returns the name of the field by which the entries are grouped -- cgit v1.2.1