CVS commit by cullmann: fix BC, move the new stuff to the new interface, please, don't break BC again for document ;) M +8 -2 document.h 1.78 --- kdelibs/kate/interfaces/document.h #1.77:1.78 @@ -41,4 +41,9 @@ #include +/** + * Kate namespace + * All classes in this namespace must stay BC + * during one major release series (e.g. 3.x, 4.x, ...) + */ namespace Kate { @@ -122,6 +127,5 @@ class Document : public KTextEditor::Doc public KTextEditor::PrintInterface, public KTextEditor::WordWrapInterface, public KTextEditor::MarkInterfaceExtension, - public KTextEditor::SelectionInterfaceExt, public KTextEditor::DocumentInfoInterface, - public KTextEditor::VariableInterface + public KTextEditor::SelectionInterfaceExt { Q_OBJECT @@ -263,4 +267,6 @@ class Document : public KTextEditor::Doc */ class DocumentExt + : public KTextEditor::DocumentInfoInterface, + public KTextEditor::VariableInterface { public: