summaryrefslogtreecommitdiffstats
path: root/src/kile/latexoutputfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/latexoutputfilter.cpp')
-rw-r--r--src/kile/latexoutputfilter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kile/latexoutputfilter.cpp b/src/kile/latexoutputfilter.cpp
index 17f2008..9c24d2d 100644
--- a/src/kile/latexoutputfilter.cpp
+++ b/src/kile/latexoutputfilter.cpp
@@ -91,11 +91,11 @@ bool LatexOutputFilter::fileExists(const TQString & name)
// 2) Since people will probably also use the \input command, we also have to be
// to detect the old-fashioned way. TeX prints '(filename' when opening a file and a ')'
// when closing one. It is impossible to detect this with 100% certainty (TeX prints many messages
-// and even text (a context) from the TeX source file, there could be unbalanced tqparentheses),
+// and even text (a context) from the TeX source file, there could be unbalanced parentheses),
// so we use a heuristic algorithm. In heuristic mode a ')' will only be considered as a signal that
// TeX is closing a file if the top of the stack is not marked as "reliable".
// Also, when scanning for a TeX error linenumber (which sometimes causes a context to be printed
-// to the log-file), updateFileStack is not called, helping not to pick up unbalanced tqparentheses
+// to the log-file), updateFileStack is not called, helping not to pick up unbalanced parentheses
// from the context.
void LatexOutputFilter::updateFileStack(const TQString &strLine, short & dwCookie)
{
@@ -183,7 +183,7 @@ void LatexOutputFilter::updateFileStackHeuristic(const TQString &strLine, short
dwCookie = Start;
}
- //scan for tqparentheses and grab filenames
+ //scan for parentheses and grab filenames
for (unsigned int i = 0; i < strLine.length(); ++i) {
//We're expecting a filename. If a filename really ends at this position one of the following must be true:
// 1) Next character is a space (indicating the end of a filename (yes, there can't spaces in the