summaryrefslogtreecommitdiffstats
path: root/kword/KWFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFrame.h')
-rw-r--r--kword/KWFrame.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kword/KWFrame.h b/kword/KWFrame.h
index 76e17da22..a85bf8dde 100644
--- a/kword/KWFrame.h
+++ b/kword/KWFrame.h
@@ -49,8 +49,6 @@ class TQDomElement;
*
* Deprecated, use TQValueVector<KWFrame*> from now on, and sort it with
* std::sort(frames.begin(),frames.end(),KWFrame::compareFrameZOrder);
- *
- * With TQt4 we'll be able to use qSort for lists.
*/
class ZOrderedFrameList : public TQPtrList<KWFrame>
{