From bcbbdf0b79d52c5ef40d11615954de35eda184e3 Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Thu, 4 Jun 2015 22:18:12 +0200 Subject: Qt 5 now supported --- src/gui/mphoneform.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/mphoneform.cpp') diff --git a/src/gui/mphoneform.cpp b/src/gui/mphoneform.cpp index f4b4392..7726a41 100644 --- a/src/gui/mphoneform.cpp +++ b/src/gui/mphoneform.cpp @@ -1420,12 +1420,12 @@ void MphoneForm::updateMenuStatus() } else { serviceDnd->setChecked(false); serviceDnd->setCheckable(false); - connect(serviceDnd, SIGNAL(activated()), + connect(serviceDnd, SIGNAL(triggered()), this, SLOT(srvDnd())); serviceAutoAnswer->setChecked(false); serviceAutoAnswer->setCheckable(false); - connect(serviceAutoAnswer, SIGNAL(activated()), + connect(serviceAutoAnswer, SIGNAL(triggered()), this, SLOT(srvAutoAnswer())); } -- cgit v1.2.3