From bd709b4eee6df0bd7b19d719e47bafca418f5f65 Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Sun, 20 Jun 2021 13:24:59 -0700 Subject: [PATCH] Update leocad.pro --- leocad.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leocad.pro b/leocad.pro index dea64090..165ef819 100644 --- a/leocad.pro +++ b/leocad.pro @@ -197,7 +197,7 @@ SOURCES += \ common/lc_texture.cpp \ common/lc_timelinewidget.cpp \ common/lc_view.cpp \ - common/lc_viewsmanipulator.cpp \ + common/lc_viewmanipulator.cpp \ common/lc_viewsphere.cpp \ common/lc_viewwidget.cpp \ common/lc_zipfile.cpp \ @@ -266,7 +266,7 @@ HEADERS += \ common/lc_synth.h \ common/lc_texture.h \ common/lc_view.h \ - common/lc_viewsmanipulator.h \ + common/lc_viewmanipulator.h \ common/lc_viewsphere.h \ common/lc_viewwidget.h \ common/lc_zipfile.h \