Index: s10k/CommonLibs/BasicXMLSyntaxHighlighter/BasicXMLSyntaxHighlighter.h
===================================================================
--- s10k/CommonLibs/BasicXMLSyntaxHighlighter/BasicXMLSyntaxHighlighter.h	(revision 1096)
+++ s10k/CommonLibs/BasicXMLSyntaxHighlighter/BasicXMLSyntaxHighlighter.h	(revision 1110)
@@ -27,5 +27,5 @@
 // This XML highligter is the same from Dmitry Ivanov available here:
 // https://github.com/d1vanov/basic-xml-syntax-highlighter
-// with some slightly modifications by random-guy (https://github.com/random-guy) 
+// with some slightly modifications by fabiobento512 (https://github.com/fabiobento512) 
 // (like different colors, and remove of unneeded constructors)
 
@@ -44,5 +44,5 @@
 protected:
     virtual void highlightBlock(const QString & text);
-
+		
 private:
     void highlightByRegex(const QTextCharFormat & format,
@@ -52,5 +52,5 @@
     void setFormats();
 
-private:
+protected:
     QTextCharFormat     m_xmlKeywordFormat;
     QTextCharFormat     m_xmlElementFormat;
