summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/view/kateview.h
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/libkate/view/kateview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/view/kateview.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/noncore/apps/tinykate/libkate/view/kateview.h b/noncore/apps/tinykate/libkate/view/kateview.h
index 2e78a3a..858e8a1 100644
--- a/noncore/apps/tinykate/libkate/view/kateview.h
+++ b/noncore/apps/tinykate/libkate/view/kateview.h
@@ -51,2 +51,3 @@
51class KateDocument; 51class KateDocument;
52class KateConfig;
52class Highlight; 53class Highlight;
@@ -663,10 +664,10 @@ class KateView : public Kate::View
663 /** 664 /**
664 Reads session config out of the KConfig object. This also includes 665 Reads session config out of the KateConfig object. This also includes
665 the actual cursor position and the bookmarks. 666 the actual cursor position and the bookmarks.
666 */ 667 */
667 void readSessionConfig(KConfig *); 668 void readSessionConfig(KateConfig *);
668 /** 669 /**
669 Writes session config into the KConfig object 670 Writes session config into the KateConfig object
670 */ 671 */
671 void writeSessionConfig(KConfig *); 672 void writeSessionConfig(KateConfig *);
672 673