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 4abf623672..eedfe3f6bb 100644
--- a/utils/themeeditor/parsetreemodel.h
+++ b/utils/themeeditor/parsetreemodel.h
@@ -39,7 +39,7 @@ class ParseTreeModel : public QAbstractItemModel
39 Q_OBJECT 39 Q_OBJECT
40 40
41public: 41public:
42 /* Initializes a tree with a WPS document in a string */ 42 /* Initializes a tree with a skin document in a string */
43 ParseTreeModel(char* document, QObject* parent = 0); 43 ParseTreeModel(char* document, QObject* parent = 0);
44 virtual ~ParseTreeModel(); 44 virtual ~ParseTreeModel();
45 45