comparison Applications/Samples/SimpleViewer/MainWidgetInteractor.h @ 732:c35e98d22764

move Deprecated classes to a separate folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 14:27:35 +0200
parents 4f2416d519b4
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
729:529189f399ec 732:c35e98d22764
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #pragma once 21 #pragma once
22 22
23 #include "Framework/Widgets/IWorldSceneInteractor.h" 23 #include "../../../Framework/Deprecated/Widgets/IWorldSceneInteractor.h"
24 24
25 using namespace OrthancStone; 25 using namespace OrthancStone;
26 26
27 namespace SimpleViewer { 27 namespace SimpleViewer {
28 28