From 04766b207afba7961d4d802313e426f5a2fbef63 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/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdgantt/KDGanttViewItem.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdgantt/KDGanttViewItem.h') diff --git a/kdgantt/KDGanttViewItem.h b/kdgantt/KDGanttViewItem.h index c69f77c4..972aa4d6 100644 --- a/kdgantt/KDGanttViewItem.h +++ b/kdgantt/KDGanttViewItem.h @@ -65,13 +65,13 @@ protected: KDGanttViewItem( Type type, KDGanttView* view, const TQString& lvtext = TQString(), const TQString& name = TQString() ); - KDGanttViewItem( Type type, KDGanttViewItem* tqparent, + KDGanttViewItem( Type type, KDGanttViewItem* parent, const TQString& lvtext = TQString(), const TQString& name = TQString() ); KDGanttViewItem( Type type, KDGanttView* view, KDGanttViewItem* after, const TQString& lvtext = TQString(), const TQString& name = TQString() ); - KDGanttViewItem( Type type, KDGanttViewItem* tqparent, + KDGanttViewItem( Type type, KDGanttViewItem* parent, KDGanttViewItem* after, const TQString& lvtext = TQString(), const TQString& name = TQString() ); @@ -166,7 +166,7 @@ public: KDGanttViewItem* firstChild() const; KDGanttViewItem* nextSibling() const; - KDGanttViewItem* tqparent() const; + KDGanttViewItem* parent() const; KDGanttViewItem* itemAbove(); KDGanttViewItem* itemBelow( bool includeDisabled = true ); KDGanttViewItem* getChildByName( const TQString& name ); @@ -180,9 +180,9 @@ public: static KDGanttViewItem* createFromDomElement( KDGanttView* view, KDGanttViewItem* previous, TQDomElement& element ); - static KDGanttViewItem* createFromDomElement( KDGanttViewItem* tqparent, + static KDGanttViewItem* createFromDomElement( KDGanttViewItem* parent, TQDomElement& element ); - static KDGanttViewItem* createFromDomElement( KDGanttViewItem* tqparent, + static KDGanttViewItem* createFromDomElement( KDGanttViewItem* parent, KDGanttViewItem* previous, TQDomElement& element ); private: -- cgit v1.2.1