diff options
Diffstat (limited to 'lib/koproperty/editoritem.h')
-rw-r--r-- | lib/koproperty/editoritem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editoritem.h b/lib/koproperty/editoritem.h index fc703239..9f2c75c2 100644 --- a/lib/koproperty/editoritem.h +++ b/lib/koproperty/editoritem.h @@ -72,7 +72,7 @@ class EditorItem : public KListViewItem virtual void paintCell(TQPainter *p, const TQColorGroup & cg, int column, int width, int align); /*! Reimplemented from KListViewItem to draw custom contents. It takes care of drawing the [+] and [-] - signs only if the item has children. + signs only if the item has tqchildren. */ virtual void paintBranches(TQPainter *p, const TQColorGroup &cg, int w, int y, int h); |