summaryrefslogtreecommitdiff
path: root/src/plugins/bineditor/bineditorplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bineditor/bineditorplugin.h')
-rw-r--r--src/plugins/bineditor/bineditorplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bineditor/bineditorplugin.h b/src/plugins/bineditor/bineditorplugin.h
index 634dbcada3..38ab9e503c 100644
--- a/src/plugins/bineditor/bineditorplugin.h
+++ b/src/plugins/bineditor/bineditorplugin.h
@@ -69,7 +69,7 @@ private slots:
void updateCurrentEditor(Core::IContext *object);
private:
- QList<int> m_context;
+ Core::Context m_context;
QAction *registerNewAction(const QString &id, const QString &title = QString());
QAction *registerNewAction(const QString &id, QObject *receiver, const char *slot,
const QString &title = QString());