Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp =================================================================== diff -u -r27331dcb133e4d400eef25d5595c3b277e79504c -r36261904932c6f05bc28a2a93d44becb4f76c4ac --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 27331dcb133e4d400eef25d5595c3b277e79504c) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 36261904932c6f05bc28a2a93d44becb4f76c4ac) @@ -31,10 +31,10 @@ void View::VTreatmentVitals::initConnections() { ACTION_RECEIVE_BRIDGE_CONNECTION(_BluetoothInterface, UIBloodPressureData); - connect(this, SIGNAL( enabledChanged(const bool &)), - this, SLOT(onTimerChanged ( ))); - connect(this, SIGNAL( intervalChanged(const quint8 &)), - this, SLOT(onTimerChanged ( ))); + connect(this, SIGNAL( enableDialogChanged (const bool &)), + this, SLOT(onTimerChanged ( ))); + connect(this, SIGNAL( intervalChanged (const quint8 &)), + this, SLOT(onTimerChanged ( ))); } /*!