diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 23:25:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 23:25:51 +0900 |
commit | 7a47f8a625eb8831ea1ede47c2cbe4ae58e74193 (patch) | |
tree | 7a6d7681c5ab2781ee30b063f686501f77e9a56f /lib | |
parent | 236600854b301d873c6058748e8e65c401daebcc (diff) | |
download | tdewebdev-7a47f8a625eb8831ea1ede47c2cbe4ae58e74193.tar.gz tdewebdev-7a47f8a625eb8831ea1ede47c2cbe4ae58e74193.zip |
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/compatibility/tdemdi/qextmdi/kdockwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/tdemdi/qextmdi/kdockwidget.h b/lib/compatibility/tdemdi/qextmdi/kdockwidget.h index db43c908..aad41407 100644 --- a/lib/compatibility/tdemdi/qextmdi/kdockwidget.h +++ b/lib/compatibility/tdemdi/qextmdi/kdockwidget.h @@ -1209,7 +1209,7 @@ private: KDockWidget::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; |