diff options
Diffstat (limited to 'kword/DESIGN')
-rw-r--r-- | kword/DESIGN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/DESIGN b/kword/DESIGN index d0a4e64d..a920c8db 100644 --- a/kword/DESIGN +++ b/kword/DESIGN @@ -16,7 +16,7 @@ text, and the frames define where on the pages this text is displayed. * About text framesets: they hold a text document (KWTextDocument, which is a QTextDocument from the KoText classes - more on KoText later). -* About Tables; one table is a KWTableFrameset. This tableframeset tqcontains +* About Tables; one table is a KWTableFrameset. This tableframeset contains all the cells as its frames. But because the cells have a different text per cell, we contain the cells in their own KWTextFrameset. |