summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sigmodr/tree/SigmodrTree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/tree/SigmodrTree.cpp b/sigmodr/tree/SigmodrTree.cpp
index 9a7bbb7e..552fad0c 100644
--- a/sigmodr/tree/SigmodrTree.cpp
+++ b/sigmodr/tree/SigmodrTree.cpp
@@ -40,7 +40,7 @@ SigmodrTree::SigmodrTree(QWidget* parent) :
QTreeView(parent)
{
SigmodrTreeModel* model = new SigmodrTreeModel(this);
- connect(model, SIGNAL(dirty(const Game*, bool)), this, SLOT(setDirty(const Game*, bool)));
+ connect(model, SIGNAL(dirty(const Sigmod::Game*, bool)), this, SLOT(setDirty(const Sigmod::Game*, bool)));
header()->hide();
setModel(model);
setRootIndex(model->index(-1, 0, QModelIndex()));