From 3d7cc5d294c8da55ecaefe7a9f5631a72adc610e 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/kdiff3@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/diff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diff.h') diff --git a/src/diff.h b/src/diff.h index adb43b8..ee3076e 100644 --- a/src/diff.h +++ b/src/diff.h @@ -456,7 +456,7 @@ enum e_CoordType { eFileCoords, eD3LLineCoords, eWrapCoords }; void calcTokenPos( const TQString&, int posOnScreen, int& pos1, int& pos2, int tabSize ); -TQString calcHistorySortKey( const TQString& keyOrder, TQRegExp& matchedRegExpr, const TQStringList& tqparenthesesGroupList ); +TQString calcHistorySortKey( const TQString& keyOrder, TQRegExp& matchedRegExpr, const TQStringList& parenthesesGroupList ); bool findParenthesesGroups( const TQString& s, TQStringList& sl ); #endif -- cgit v1.2.3