summaryrefslogtreecommitdiff
path: root/utils/themeeditor/parsetreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/parsetreemodel.h')
-rw-r--r--utils/themeeditor/parsetreemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/parsetreemodel.h b/utils/themeeditor/parsetreemodel.h
index 6d1f153d25..4c448ce558 100644
--- a/utils/themeeditor/parsetreemodel.h
+++ b/utils/themeeditor/parsetreemodel.h
@@ -43,7 +43,7 @@ public:
43 static const int valueColumn = 2; 43 static const int valueColumn = 2;
44 44
45 /* Initializes a tree with a skin document in a string */ 45 /* Initializes a tree with a skin document in a string */
46 ParseTreeModel(char* document, QObject* parent = 0); 46 ParseTreeModel(const char* document, QObject* parent = 0);
47 virtual ~ParseTreeModel(); 47 virtual ~ParseTreeModel();
48 48
49 QString genCode(); 49 QString genCode();