From bab171b2a7d7f36e2d5dd510df80fc8cb4a6b06f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:32:48 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/projectmanager.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/projectmanager.h') diff --git a/src/projectmanager.h b/src/projectmanager.h index 33d239b..54f873f 100644 --- a/src/projectmanager.h +++ b/src/projectmanager.h @@ -160,11 +160,11 @@ class ProjectItem : public TQObject, public LinkerOptions, public ProcessingOpti void setILVItem( ILVItem * ilvItem ); /** - * Adds the child to the list of tqchildren, and creates an ILVItem for it + * Adds the child to the list of children, and creates an ILVItem for it * in the project tree view. */ void addChild( ProjectItem * child ); - ProjectItemList tqchildren() const { return m_tqchildren; } + ProjectItemList children() const { return m_children; } void setName( const TQString & name ); TQString name() const { return m_name; } @@ -180,12 +180,12 @@ class ProjectItem : public TQObject, public LinkerOptions, public ProcessingOpti OutputType outputType() const; /** - * Returns a list of output urls of the tqchildren and their recursively - * contained tqchildren (does not include the url for this project item). + * Returns a list of output urls of the children and their recursively + * contained children (does not include the url for this project item). * @param types An OR'ed list of ProjectItem::Type values for the - * tqchildren. + * children. * @param outputTypes An OR'ed list of ProjectItem::OutputType values - * for the tqchildren. + * for the children. */ KURL::List childOutputURLs( unsigned types = AllTypes, unsigned outputTypes = AllOutputs ) const; @@ -210,7 +210,7 @@ class ProjectItem : public TQObject, public LinkerOptions, public ProcessingOpti virtual TQString microID() const; /** - * Searches this item and the tqchildren for an item for the given url, + * Searches this item and the children for an item for the given url, * return null if no such item could be found. */ ProjectItem * findItem( const KURL & url ); @@ -222,7 +222,7 @@ class ProjectItem : public TQObject, public LinkerOptions, public ProcessingOpti KURL m_url; TQString m_name; - ProjectItemList m_tqchildren; + ProjectItemList m_children; Type m_type; KTechlab * p_ktechlab; -- cgit v1.2.3