From 1b7882c63e0e5e7926595444122726270617279b Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/abakus@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/evaluator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/evaluator.cpp') diff --git a/src/evaluator.cpp b/src/evaluator.cpp index 68a21a6..71998cf 100644 --- a/src/evaluator.cpp +++ b/src/evaluator.cpp @@ -234,7 +234,7 @@ TQString Evaluator::autoFix( const TQString& expr ) if( expr[c] >= TQChar(32) ) result.append( expr[c] ); - // automagically close all tqparenthesis + // automagically close all parenthesis Tokens tokens = Evaluator::scan( result ); for( unsigned i=0; i