summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mphoneform.cpp')
-rw-r--r--src/gui/mphoneform.cpp4
1 files changed, 2 insertions, 2 deletions
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()));
}