summaryrefslogtreecommitdiff
path: root/quacker/newgame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/newgame.cpp')
-rw-r--r--quacker/newgame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/newgame.cpp b/quacker/newgame.cpp
index 1a0b272..380b650 100644
--- a/quacker/newgame.cpp
+++ b/quacker/newgame.cpp
@@ -121,7 +121,7 @@ PlayerTab::PlayerTab(QWidget *parent)
}
m_playerType->addItems(playerTypes);
- connect(m_playerType, SIGNAL(activated(const QString &)), this, SLOT(playerEdited()));
+ connect(m_playerType, SIGNAL(activated(int)), this, SLOT(playerEdited()));
editLayout->addWidget(m_playerType);
QVBoxLayout *topLayout = new QVBoxLayout;