Index: sources/gui/qml/main.qml =================================================================== diff -u -r4926ab6d9b90ebf8c94246f8f99a174f433541ee -r9eb583ef8480f80fe55be7b88b3ed1a27109492a --- sources/gui/qml/main.qml (.../main.qml) (revision 4926ab6d9b90ebf8c94246f8f99a174f433541ee) +++ sources/gui/qml/main.qml (.../main.qml) (revision 9eb583ef8480f80fe55be7b88b3ed1a27109492a) @@ -24,7 +24,7 @@ // View classes import VGeneralEvent 0.1 import VHDAccelerometer 0.1 -import VHDSyringePump 0.1 +import VTDSyringePump 0.1 import VHDBloodLeak 0.1 import VTDAirBubble 0.1 import VTDAirPump 0.1 @@ -233,7 +233,7 @@ VGeneralEvent { id: vGeneralEvent } VHDAccelerometer { id: vHDAccelerometer } - VHDSyringePump { id: vHDSyringePump } + VTDSyringePump { id: vTDSyringePump } VTDAirBubble { id: vTDAirBubble } VTDAirPump { id: vTDAirPump } VHDBloodLeak { id: vHDBloodLeak }