summaryrefslogtreecommitdiffstats
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
Q_OBJECT
public:
- /* Initializes a tree with a WPS document in a string */
+ /* Initializes a tree with a skin document in a string */
ParseTreeModel(char* document, QObject* parent = 0);
virtual ~ParseTreeModel();