summaryrefslogtreecommitdiffstats
path: root/lib/kformula/formulacursor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:31 -0600
commitc9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch)
tree1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /lib/kformula/formulacursor.h
parent94844816550ad672ccfcdc25659c625546239998 (diff)
downloadkoffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz
koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
Diffstat (limited to 'lib/kformula/formulacursor.h')
-rw-r--r--lib/kformula/formulacursor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kformula/formulacursor.h b/lib/kformula/formulacursor.h
index cca6cf1a..9843abfa 100644
--- a/lib/kformula/formulacursor.h
+++ b/lib/kformula/formulacursor.h
@@ -152,7 +152,7 @@ public:
void insert(BasicElement*, Direction = beforeCursor);
/**
- * Inserts the listed children at the current position.
+ * Inserts the listed tqchildren at the current position.
* Ignores the selection.
* The list will be emptied.
*/
@@ -160,7 +160,7 @@ public:
Direction = beforeCursor);
/**
- * Removes the current selected children and returns them.
+ * Removes the current selected tqchildren and returns them.
* The cursor needs to be normal (that is be inside a SequenceElement)
* for this to have any effect.
*/
@@ -341,7 +341,7 @@ public:
void setCursorData(CursorData* data);
/**
- * The element is going to leave the formula with and all its children.
+ * The element is going to leave the formula with and all its tqchildren.
*/
void elementWillVanish(BasicElement* element);
@@ -409,7 +409,7 @@ private:
/**
* The position the cursor in on inside the element.
- * Might be anything from 0 to current->children->size().
+ * Might be anything from 0 to current->tqchildren->size().
*
* This is where new elements are put in.
*/