Index: unittests/tst_views.cpp =================================================================== diff -u -r44a85c96ab55e424866ec4cca0270aa218355f82 -r12e7b6dda53cf8db7707c7fa55dcf6137e7d6997 --- unittests/tst_views.cpp (.../tst_views.cpp) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) +++ unittests/tst_views.cpp (.../tst_views.cpp) (revision 12e7b6dda53cf8db7707c7fa55dcf6137e7d6997) @@ -1,24 +1,24 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file tst_views.cpp * \author (last) Behrouz NemaiPour * \date (last) 23-Jun-2020 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2020 - * + * */ #include "tst_views.h" // Qt // Project -#include "vtreatmentadjustmentresponsebase.h" -#include "vtreatmentadjustmentultrafiltrationstate.h" +#include "VTreatmentAdjustmentResponseBase.h" +#include "VTreatmentAdjustmentUltrafiltrationState.h" tst_views::tst_views(QObject *parent) : QObject(parent) { }