Index: sources/view/hd/adjustment/VTreatmentAdjustmentResponseBase.h =================================================================== diff -u -r2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95 -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f --- sources/view/hd/adjustment/VTreatmentAdjustmentResponseBase.h (.../VTreatmentAdjustmentResponseBase.h) (revision 2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95) +++ sources/view/hd/adjustment/VTreatmentAdjustmentResponseBase.h (.../VTreatmentAdjustmentResponseBase.h) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) @@ -19,8 +19,9 @@ // Project #include "main.h" // Doxygen : don't remove -#include "MModel.h" #include "VView.h" +#include "MPreTreatmentAdjustRequests.h" +#include "MTreatmentAdjustRequests.h" #include "GuiGlobals.h" // forward declarations @@ -58,9 +59,6 @@ VIEW_DEC_CLASS(VTreatmentAdjustmentResponseBase) -private: - QString reasonText (GuiRequestReasons vEnum); - protected slots: QString text(); };