diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:56:05 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 19:30:03 +0200 |
commit | 5027dfec5092217f70492dd6712059e46b21d003 (patch) | |
tree | 7e5874391acf3098475adda80fe2b068a00e304c /kpovmodeler/pmtreeviewitem.h | |
parent | a84302cc767bcabbf01b8c76f61419f4a2ab4ff0 (diff) | |
download | tdegraphics-5027dfec5092217f70492dd6712059e46b21d003.tar.gz tdegraphics-5027dfec5092217f70492dd6712059e46b21d003.zip |
Remove additional unneeded tq method conversions
(cherry picked from commit 74c05bbf9d92e43a6cf3799355b5f3598884409e)
Diffstat (limited to 'kpovmodeler/pmtreeviewitem.h')
-rw-r--r-- | kpovmodeler/pmtreeviewitem.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmtreeviewitem.h b/kpovmodeler/pmtreeviewitem.h index 7792871a..4ec2b44e 100644 --- a/kpovmodeler/pmtreeviewitem.h +++ b/kpovmodeler/pmtreeviewitem.h @@ -41,17 +41,17 @@ public: PMTreeViewItem( PMObject* object, TQListView* parent ); /** * Constructs a new list view item which is a child of parent and - * first in the parent's list of tqchildren. + * first in the parent's list of children. */ PMTreeViewItem( PMObject* object, TQListViewItem* parent ); /** * Constructs a list view item which is a child of parent - * and is after after in the parent's list of tqchildren. + * and is after after in the parent's list of children. */ PMTreeViewItem( PMObject* object, TQListView* parent, TQListViewItem* after ); /** * Constructs a list view item which is a child of parent - * and is after after in the parent's list of tqchildren. + * and is after after in the parent's list of children. */ PMTreeViewItem( PMObject* object, TQListViewItem* parent, TQListViewItem* after ); @@ -61,7 +61,7 @@ public: PMObject* object( ) const { return m_pObject; } /** * Returns a key that can be used for sorting, here the index in the - * parents list of tqchildren + * parents list of children */ virtual TQString key( int column, bool ascending ) const; /** |