diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:55:47 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:55:47 -0600 |
| commit | 650b58e8e66f8e3e1cf78ee3e0037f4c9e00699a (patch) | |
| tree | bb4714865b78e327620ce86a37241ed22df43afa /libk3b/projects/datacd/k3bdiritem.h | |
| parent | ef5831dd5c8811c94c9b1bc1377a90174d17c82c (diff) | |
| download | k3b-650b58e8e66f8e3e1cf78ee3e0037f4c9e00699a.tar.gz k3b-650b58e8e66f8e3e1cf78ee3e0037f4c9e00699a.zip | |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit ef5831dd5c8811c94c9b1bc1377a90174d17c82c.
Diffstat (limited to 'libk3b/projects/datacd/k3bdiritem.h')
| -rw-r--r-- | libk3b/projects/datacd/k3bdiritem.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libk3b/projects/datacd/k3bdiritem.h b/libk3b/projects/datacd/k3bdiritem.h index a624529..304cf1a 100644 --- a/libk3b/projects/datacd/k3bdiritem.h +++ b/libk3b/projects/datacd/k3bdiritem.h @@ -37,8 +37,8 @@ class LIBK3B_EXPORT K3bDirItem : public K3bDataItem K3bDirItem( const TQString& name, K3bDataDoc*, K3bDirItem* parentDir = 0 ); /** - * Default copy constructor. Copies the dir including all children. However, none of the - * children will have set a doc and the copy dir will not have set a parent dir. + * Default copy constructor. Copies the dir including all tqchildren. However, none of the + * tqchildren will have set a doc and the copy dir will not have set a parent dir. */ K3bDirItem( const K3bDirItem& ); @@ -48,7 +48,7 @@ class LIBK3B_EXPORT K3bDirItem : public K3bDataItem K3bDirItem* getDirItem() const; - const TQPtrList<K3bDataItem>& children() const { return m_children; } + const TQPtrList<K3bDataItem>& tqchildren() const { return m_tqchildren; } K3bDirItem* addDataItem( K3bDataItem* item ); K3bDataItem* takeDataItem( K3bDataItem* item ); @@ -121,7 +121,7 @@ class LIBK3B_EXPORT K3bDirItem : public K3bDataItem */ void updateFiles( long files, long dirs ); - mutable TQPtrList<K3bDataItem> m_children; + mutable TQPtrList<K3bDataItem> m_tqchildren; // size of the items simply added KIO::filesize_t m_size; |
