summaryrefslogtreecommitdiffstats
path: root/kompare/libdiff2/diffhunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'kompare/libdiff2/diffhunk.h')
-rw-r--r--kompare/libdiff2/diffhunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kompare/libdiff2/diffhunk.h b/kompare/libdiff2/diffhunk.h
index a4194a3a..f71a6a84 100644
--- a/kompare/libdiff2/diffhunk.h
+++ b/kompare/libdiff2/diffhunk.h
@@ -33,7 +33,7 @@ public:
enum Type { Normal, AddedByBlend };
public:
- DiffHunk( int sourceLine, int destinationLine, TQString function = TQString::null, Type type = Normal );
+ DiffHunk( int sourceLine, int destinationLine, TQString function = TQString(), Type type = Normal );
~DiffHunk();
const DifferenceList& differences() const { return m_differences; };