summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (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
@@ -27,13 +27,13 @@
#include <qobject.h>
#include <qtimer.h>
#include "katetextline.h"
class QTextCodec;
-
+class KWBufBlock;
/**
* The KWBuffer class maintains a collections of lines.
* It allows to maintain state information in a lazy way.
* It handles swapping out of data using secondary storage.
*
* It is designed to handle large amounts of text-data efficiently