summaryrefslogtreecommitdiffstats
path: root/kate/part/katedocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/part/katedocument.h')
-rw-r--r--kate/part/katedocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kate/part/katedocument.h b/kate/part/katedocument.h
index 46e9e87f8..d967a25ab 100644
--- a/kate/part/katedocument.h
+++ b/kate/part/katedocument.h
@@ -1065,6 +1065,8 @@ class KateDocument : public Kate::Document,
k_dcop:
uint documentNumber () const;
+ long documentListPosition () const;
+ void setDocumentListPosition (long pos);
};
#endif