aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/modeleditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/modeleditor/modeleditor.h')
-rw-r--r--src/plugins/modeleditor/modeleditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/modeleditor/modeleditor.h b/src/plugins/modeleditor/modeleditor.h
index 7e91b38dae..7491ce0f76 100644
--- a/src/plugins/modeleditor/modeleditor.h
+++ b/src/plugins/modeleditor/modeleditor.h
@@ -104,7 +104,7 @@ private:
void showProperties(qmt::MDiagram *diagram, const QList<qmt::DElement *> &diagramElements);
void clearProperties();
void expandModelTreeToDepth(int depth);
- QToolButton *createToolbarCommandButton(const Core::Id &id,
+ QToolButton *createToolbarCommandButton(const Utils::Id &id,
const std::function<void()> &slot,
QWidget *parent);
bool updateButtonIconByTheme(QAbstractButton *button, const QString &name);