summaryrefslogtreecommitdiffstats
path: root/kdat
diff options
context:
space:
mode:
Diffstat (limited to 'kdat')
-rw-r--r--kdat/ktreeview.cpp2
-rw-r--r--kdat/ktreeview.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kdat/ktreeview.cpp b/kdat/ktreeview.cpp
index 70955e9..51ab256 100644
--- a/kdat/ktreeview.cpp
+++ b/kdat/ktreeview.cpp
@@ -1135,7 +1135,7 @@ void KTreeView::setExpandLevel(int level)
tqrepaint();
}
-// sets the indent margin for all branches and tqrepaints if auto update enabled
+// sets the indent margin for all branches and repaints if auto update enabled
void KTreeView::setIndentSpacing(int spacing)
{
if (itemIndent == spacing)
diff --git a/kdat/ktreeview.h b/kdat/ktreeview.h
index 724caf5..3a42657 100644
--- a/kdat/ktreeview.h
+++ b/kdat/ktreeview.h
@@ -785,7 +785,7 @@ signals:
protected:
/**
* Appends theChild to theParent as a new direct child. All internal
- * state is updated and the widget is tqrepainted as necessary. theChild
+ * state is updated and the widget is repainted as necessary. theChild
* remains invisible if any ancestor of theParent is collapsed.
*/
void appendChildItem(KTreeViewItem* theParent,