diff --git a/xml2object/src/xml2objectwidget.cpp b/xml2object/src/xml2objectwidget.cpp index 4b60e23..1955a51 100644 --- a/xml2object/src/xml2objectwidget.cpp +++ b/xml2object/src/xml2objectwidget.cpp @@ -5,7 +5,7 @@ Xml2ObjectWidget::Xml2ObjectWidget(QWidget *parent, Qt::WindowFlags f) : QDialog setupUi(this); code_hl=new SyntaxHighlighter(code_txt); - code_hl->loadConfiguration(GlobalAttributes::XMLHighlightConfPath); + code_hl->loadConfiguration(GlobalAttributes::getXMLHighlightConfPath()); connect(close_btn, SIGNAL(clicked(void)), this, SLOT(close(void))); connect(clear_btn, SIGNAL(clicked(void)), this, SLOT(clearSource(void)));