Index: sources/gui/qml/main.qml =================================================================== diff -u -r94c3fb6bbcf932b1f50a2d616dc600e3c449afe4 -r43ae56f762e6f3e1416d39e3d16f9103fc597e41 --- sources/gui/qml/main.qml (.../main.qml) (revision 94c3fb6bbcf932b1f50a2d616dc600e3c449afe4) +++ sources/gui/qml/main.qml (.../main.qml) (revision 43ae56f762e6f3e1416d39e3d16f9103fc597e41) @@ -57,7 +57,7 @@ // States views import VTDOpMode 0.1 //// ----- @LEAHIZED import VPreTreatmentStates 0.1 -import VHDTreatmentStates 0.1 +import VTDTreatmentStates 0.1 import VPostTreatmentStates 0.1 // Treatment - Common @@ -167,13 +167,13 @@ } } VPreTreatmentStates { id: vPreTreatmentStates } - VHDTreatmentStates { id: vHDTreatmentStates } + VTDTreatmentStates { id: vTDTreatmentStates } VPostTreatmentStates { id: vPostTreatmentStates } VTreatmentBloodFlow { id: vTreatmentBloodFlow } VTreatmentVitals { id: vTreatmentVitals interval : vTreatmentCreate.bloodPressureMeasureInterval - enableDialog: vTDOpMode.inTreatment && vHDTreatmentStates.txTreatment + enableDialog: vTDOpMode.inTreatment && vTDTreatmentStates.txTreatment // As long as UI is in In-Tx BP/HR is updated and the dialog will pop up on interval. onEnableDialogChanged : { if ( vTreatmentVitals.enableDialog ) {