diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-28 10:49:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-28 11:01:31 +0200 |
commit | 783739a2f3599e00869f907ed1747491b35486b1 (patch) | |
tree | 1b1e5179c30e9feb711ce1e678f5236d97fe1789 /gui | |
parent | 8c2ed1d36e1a9d7c0eeabea40f8229d1aa6774d1 (diff) |
rename spline-widget -> spline
Adjust usages.
Diffstat (limited to 'gui')
-rw-r--r-- | gui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | gui/mapping-window.cpp | 2 | ||||
-rw-r--r-- | gui/mapping-window.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 25181fce..3cd17e24 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -20,7 +20,7 @@ set_target_properties(opentrack-user-interface PROPERTIES target_link_libraries(opentrack-user-interface opentrack-migration opentrack-logic - opentrack-spline-widget + opentrack-spline opentrack-pose-widget opentrack-version ) diff --git a/gui/mapping-window.cpp b/gui/mapping-window.cpp index 007e3217..5f61d31f 100644 --- a/gui/mapping-window.cpp +++ b/gui/mapping-window.cpp @@ -8,7 +8,7 @@ #include "mapping-window.hpp" #include "logic/main-settings.hpp" -#include "spline-widget/spline-widget.hpp" +#include "spline/spline-widget.hpp" MapWidget::MapWidget(Mappings& m) : m(m) { diff --git a/gui/mapping-window.ui b/gui/mapping-window.ui index 14628be3..4ef77cb8 100644 --- a/gui/mapping-window.ui +++ b/gui/mapping-window.ui @@ -588,7 +588,7 @@ <customwidget> <class>spline_widget</class> <extends>QWidget</extends> - <header>spline-widget/spline-widget.hpp</header> + <header>spline/spline-widget.hpp</header> </customwidget> </customwidgets> <tabstops> |