From 303e108109ce526c414e8770119134dcc2f2d7bd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:04 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit f3372e7bea9bbc288e039d85d660450220a637d8. --- src/diff.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/diff.h') diff --git a/src/diff.h b/src/diff.h index 2866f5f..ee3076e 100644 --- a/src/diff.h +++ b/src/diff.h @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include @@ -169,10 +169,10 @@ public: typedef std::vector Diff3WrapLineVector; -class TotalDiffStatus +class TotalDifftqStatus { public: - TotalDiffStatus(){ reset(); } + TotalDifftqStatus(){ reset(); } void reset() {bBinaryAEqC=false; bBinaryBEqC=false; bBinaryAEqB=false; bTextAEqC=false; bTextBEqC=false; bTextAEqB=false; nofUnsolvedConflicts=0; nofSolvedConflicts=0; @@ -293,7 +293,7 @@ private: const char* m_pBuf; int m_size; int m_vSize; // Nr of lines in m_pBuf1 and size of m_v1, m_dv12 and m_dv13 - TQString m_unicodeBuf; + TQString m_tqunicodeBuf; std::vector m_v; bool m_bIsText; bool readFile( const TQString& filename ); -- cgit v1.2.3