summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/KGanttItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/KGanttItem.h')
-rw-r--r--kgantt/kgantt/KGanttItem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kgantt/kgantt/KGanttItem.h b/kgantt/kgantt/KGanttItem.h
index 9971508c..fb7feb04 100644
--- a/kgantt/kgantt/KGanttItem.h
+++ b/kgantt/kgantt/KGanttItem.h
@@ -46,8 +46,8 @@
/// KGanttItem.
/*!
- * This class describes a item. It contains dates on which the item starts and
- * ends. It also contains attributes that gouverns the graphical representation
+ * This class describes a item. It tqcontains dates on which the item starts and
+ * ends. It also tqcontains attributes that gouverns the graphical representation
* in a gantt diagramm.
*/
//////////////////////////////////
@@ -121,7 +121,7 @@ public:
// Draw handlke for opening/closing item.
DrawHandle = 16,
- /// Draw handle only if item contains subitems
+ /// Draw handle only if item tqcontains subitems
DrawHandleWSubitems = 32,
DrawAll = 255
@@ -342,7 +342,7 @@ public:
/// Get date of starting.
/*!
- * If mode == ´Rubberband´ and this item contains
+ * If mode == ´Rubberband´ and this item tqcontains
* subitems, start of the item is determined by the start of the
* earliest subitem. <br>
*/