summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kimagemapeditor/mapslistview.h2
-rw-r--r--lib/compatibility/tdemdi/qextmdi/kdockwidget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/mapslistview.h b/kimagemapeditor/mapslistview.h
index aff57761..858071ec 100644
--- a/kimagemapeditor/mapslistview.h
+++ b/kimagemapeditor/mapslistview.h
@@ -42,7 +42,7 @@ public:
void addMap(const TQString &);
/**
- * Adds all maps of the given TQList to the ListView
+ * Adds all maps of the given TQPtrList to the ListView
*/
void addMaps(TQPtrList<MapTag> *);
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;