summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.cpp
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2015-06-04 22:18:12 +0200
committerLubos Dolezel <lubos@dolezel.info>2015-06-04 22:18:12 +0200
commitbcbbdf0b79d52c5ef40d11615954de35eda184e3 (patch)
tree05283199f05ff204a26b9b6138fe0907cebd5db3 /src/gui/mphoneform.cpp
parent85a753d68eb8900ba94ce89f9638269858645e19 (diff)
downloadtwinkle-bcbbdf0b79d52c5ef40d11615954de35eda184e3.tar
twinkle-bcbbdf0b79d52c5ef40d11615954de35eda184e3.tar.gz
twinkle-bcbbdf0b79d52c5ef40d11615954de35eda184e3.tar.lz
twinkle-bcbbdf0b79d52c5ef40d11615954de35eda184e3.tar.xz
twinkle-bcbbdf0b79d52c5ef40d11615954de35eda184e3.zip
Qt 5 now supported
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()));
}