diff -r 215f0c9719e3 -r 14f6fc9869f2 QTfrontend/pageadmin.cpp --- a/QTfrontend/pageadmin.cpp Sat Sep 24 04:53:53 2011 +0200 +++ b/QTfrontend/pageadmin.cpp Sat Sep 24 16:22:10 2011 +0200 @@ -73,14 +73,15 @@ // 5 pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 5, 0); + connect(pbClearAccountsCache, SIGNAL(clicked()), this, SIGNAL(clearAccountsCache())); // 6 pbSetSM = addButton(tr("Set data"), pageLayout, 6, 0, 1, 3); + // 7 BtnBack = addButton(":/res/Exit.png", pageLayout, 7, 0, true); - - connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged())); + connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack())); } void PageAdmin::smChanged()