summaryrefslogtreecommitdiff
path: root/noncore
authormickeyl <mickeyl>2005-05-17 10:17:02 (UTC)
committer mickeyl <mickeyl>2005-05-17 10:17:02 (UTC)
commitc31a425a9a080238569f7c04372f10fc6cc10383 (patch) (unidiff)
tree7cf1b6fca77e5fdddf12c08c922108a65177f406 /noncore
parent28503944437feb62c0f2c0a8314385bbca3e9eaf (diff)
downloadopie-c31a425a9a080238569f7c04372f10fc6cc10383.zip
opie-c31a425a9a080238569f7c04372f10fc6cc10383.tar.gz
opie-c31a425a9a080238569f7c04372f10fc6cc10383.tar.bz2
gcc4 compile fix
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 @@
27#include <qobject.h> 27#include <qobject.h>
28#include <qtimer.h> 28#include <qtimer.h>
29 29
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.
37 * It handles swapping out of data using secondary storage. 37 * It handles swapping out of data using secondary storage.
38 * 38 *
39 * It is designed to handle large amounts of text-data efficiently 39 * It is designed to handle large amounts of text-data efficiently