summaryrefslogtreecommitdiffstats
path: root/quanta/parsers/saparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parsers/saparser.h')
-rw-r--r--quanta/parsers/saparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/parsers/saparser.h b/quanta/parsers/saparser.h
index d344fb55..01ea34e0 100644
--- a/quanta/parsers/saparser.h
+++ b/quanta/parsers/saparser.h
@@ -57,7 +57,7 @@ public:
area. It may end before the end position.
areaStartString: the special area starting string
forcedAreaEndString: force this as the special area ending string.
- tqparentNode: the Node under where the special area goes
+ parentNode: the Node under where the special area goes
fullParse: the script node will be fully parsed for groups, structures or so. If false, only the script beginning and end will be determined.
synchronous: if true, the function does not return until the parsing is finished, otherwise
return immediately.
@@ -66,7 +66,7 @@ public:
Node* parseArea(const AreaStruct &specialArea,
const TQString &areaStartString,
const TQString &forcedAreaEndString,
- Node *tqparentNode,
+ Node *parentNode,
bool fullParse, bool synchronous);
/** Returns the line where the last parsing run ended. */
int lastParsedLine() {return m_lastParsedLine;}
@@ -97,7 +97,7 @@ private:
int type;
AreaStruct area;
TQString startString;
- Node *tqparentNode;
+ Node *parentNode;
Node *lastNode;
};
enum ContextType {