summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/document/katebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/tinykate/libkate/document/katebuffer.h b/noncore/apps/tinykate/libkate/document/katebuffer.h
index 9088498..c8b718e 100644
--- a/noncore/apps/tinykate/libkate/document/katebuffer.h
+++ b/noncore/apps/tinykate/libkate/document/katebuffer.h
@@ -30,7 +30,7 @@
30#include "katetextline.h" 30#include "katetextline.h"
31 31
32class QTextCodec; 32class QTextCodec;
33 33class KWBufBlock;
34/** 34/**
35 * The KWBuffer class maintains a collections of lines. 35 * The KWBuffer class maintains a collections of lines.
36 * It allows to maintain state information in a lazy way. 36 * It allows to maintain state information in a lazy way.