From a51cd9949c4e6c726a84a61de3cfadd30cefb5c7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:57:02 -0600 Subject: Remove additional unneeded tq method conversions --- tdesu/process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdesu') diff --git a/tdesu/process.cpp b/tdesu/process.cpp index 09deda5bf..692c01553 100644 --- a/tdesu/process.cpp +++ b/tdesu/process.cpp @@ -524,7 +524,7 @@ int PtyProcess::waitForChild() fputs(output, stdout); fflush(stdout); } - lineStart = output.tqat( output.length() - 1 ) == '\n'; + lineStart = output.at( output.length() - 1 ) == '\n'; output = readAll(false); } } -- cgit v1.2.1