X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.cpp;h=98080032851a6d9168816c52ba8e5aad25411654;hb=f005034d4a3990efc8e445ce46222ce32600411b;hp=bc8274f3dd3ccd588693eb4bf8c362978357052f;hpb=d1e404e2f488610a99f844783dca15a7525c3813;p=virtualjaguar diff --git a/src/gui/controllertab.cpp b/src/gui/controllertab.cpp index bc8274f..9808003 100644 --- a/src/gui/controllertab.cpp +++ b/src/gui/controllertab.cpp @@ -61,7 +61,7 @@ ControllerTab::ControllerTab(QWidget * parent/*= 0*/): QWidget(parent), setFixedWidth(sizeHint().width()); connect(redefineAll, SIGNAL(clicked()), this, SLOT(DefineAllKeys())); - connect(deviceList, SIGNAL(activaed(int)), this, SLOT(ChangeDevice(int))); + connect(deviceList, SIGNAL(activated(int)), this, SLOT(ChangeDevice(int))); connect(mapNameList, SIGNAL(activated(int)), this, SLOT(ChangeMapName(int))); connect(addMapName, SIGNAL(clicked()), this, SLOT(AddMapName())); connect(deleteMapName, SIGNAL(clicked()), this, SLOT(DeleteMapName()));