diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 23:25:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 23:25:48 +0900 |
commit | 578577c47f119e6efeb0732605b27b3c5fde3020 (patch) | |
tree | ecd33450123058e20a3ffcd30c276acfd2f28a48 /kpovmodeler | |
parent | deb3e1e0eb0db3113a094d63216683431c98248d (diff) | |
download | tdegraphics-578577c47f119e6efeb0732605b27b3c5fde3020.tar.gz tdegraphics-578577c47f119e6efeb0732605b27b3c5fde3020.zip |
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpovmodeler')
-rw-r--r-- | kpovmodeler/pmdockwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmdockwidget.h b/kpovmodeler/pmdockwidget.h index cd7fa725..d1ebc1de 100644 --- a/kpovmodeler/pmdockwidget.h +++ b/kpovmodeler/pmdockwidget.h @@ -1115,7 +1115,7 @@ private: PMDockWidget::DockPosition curPos; /** - * A TQList of all objects that are important for docking. + * A TQPtrList of all objects that are important for docking. * Some serve as group widgets of dockwidgets, others encapsulate normal widgets. */ TQObjectList* childDock; |