diff --git a/Core/Code/Interactions/mitkMoveSurfaceInteractor.h b/Core/Code/Interactions/mitkMoveSurfaceInteractor.h index b26ca1ea92..c825c754dc 100644 --- a/Core/Code/Interactions/mitkMoveSurfaceInteractor.h +++ b/Core/Code/Interactions/mitkMoveSurfaceInteractor.h @@ -1,28 +1,28 @@ /*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See LICENSE.txt or http://www.mitk.org for details. ===================================================================*/ #ifndef MITKMoveSurfaceInteractor_H_HEADER_INCLUDED #define MITKMoveSurfaceInteractor_H_HEADER_INCLUDED #include namespace mitk { // @deprecated Use MoveBaseDataInteractor instead. - typedef MoveSurfaceInteractor MoveBaseDataInteractor; + typedef MoveBaseDataInteractor MoveSurfaceInteractor; } #endif /* MITKMoveSurfaceInteractor_H_HEADER_INCLUDED */