summaryrefslogtreecommitdiff
path: root/utils/themeeditor/models/parsetreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/models/parsetreemodel.cpp')
-rw-r--r--utils/themeeditor/models/parsetreemodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/themeeditor/models/parsetreemodel.cpp b/utils/themeeditor/models/parsetreemodel.cpp
index 2186788fd6..fbedf10d45 100644
--- a/utils/themeeditor/models/parsetreemodel.cpp
+++ b/utils/themeeditor/models/parsetreemodel.cpp
@@ -44,7 +44,7 @@ ParseTreeModel::ParseTreeModel(const char* document, QObject* parent):
44 else 44 else
45 this->root = 0; 45 this->root = 0;
46 46
47 scene = new QGraphicsScene(); 47 scene = new RBScene();
48} 48}
49 49
50 50
@@ -272,7 +272,7 @@ bool ParseTreeModel::setData(const QModelIndex &index, const QVariant &value,
272 return true; 272 return true;
273} 273}
274 274
275QGraphicsScene* ParseTreeModel::render(ProjectModel* project, 275RBScene* ParseTreeModel::render(ProjectModel* project,
276 DeviceState* device, 276 DeviceState* device,
277 SkinDocument* doc, const QString* file) 277 SkinDocument* doc, const QString* file)
278{ 278{