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 --- korn/boxcontaineritem.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'korn/boxcontaineritem.h') diff --git a/korn/boxcontaineritem.h b/korn/boxcontaineritem.h index 5393852ae..bd03801a8 100644 --- a/korn/boxcontaineritem.h +++ b/korn/boxcontaineritem.h @@ -51,11 +51,11 @@ public: * This constructor implements the default arguments for any TQObject. * Note that is does not give a name to DCOPObject; that name * is set in the readConfig-function. - * @param tqparent The tqparent of this object, See Object::TQObject + * @param parent The parent of this object, See Object::TQObject * @param name The name of this object, See TQObject::TQObject * @see BoxContainerItem::readConfig */ - BoxContainerItem( TQObject * tqparent = 0, const char * name = 0 ); + BoxContainerItem( TQObject * parent = 0, const char * name = 0 ); /** * The default destructor. This only removes _command-pointer. @@ -124,13 +124,13 @@ protected: /** * This displays the passive popup. * - * @param tqparent The Winget of the visual widget + * @param parent The Winget of the visual widget * @param list List with the first (five) subjects * @param total The total numbers of unread mail * @param accountName The name of the account it belongs to * @param date Should the date be displayed? */ - void showPassivePopup( TQWidget* tqparent, TQPtrList< KornMailSubject >* list, int total, const TQString& accountName, bool date ); + void showPassivePopup( TQWidget* parent, TQPtrList< KornMailSubject >* list, int total, const TQString& accountName, bool date ); //this functions should be reimplemented /** -- cgit v1.2.1