diff options
| -rw-r--r-- | gui/main-window.ui | 2 | ||||
| -rw-r--r-- | pose-widget/pose-widget.cpp (renamed from pose-widget/glwidget.cpp) | 2 | ||||
| -rw-r--r-- | pose-widget/pose-widget.hpp (renamed from pose-widget/glwidget.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/gui/main-window.ui b/gui/main-window.ui index 06375f761..2b1d56714 100644 --- a/gui/main-window.ui +++ b/gui/main-window.ui @@ -1355,7 +1355,7 @@ <customwidget> <class>pose_widget</class> <extends>QWidget</extends> - <header>pose-widget/glwidget.h</header> + <header>pose-widget/pose-widget.hpp</header> </customwidget> </customwidgets> <tabstops> diff --git a/pose-widget/glwidget.cpp b/pose-widget/pose-widget.cpp index beddc5e9f..a0653f17c 100644 --- a/pose-widget/glwidget.cpp +++ b/pose-widget/pose-widget.cpp @@ -5,7 +5,7 @@ * copyright notice and this permission notice appear in all copies. */ -#include "glwidget.h" +#include "pose-widget.hpp" #include "compat/util.hpp" #include "compat/timer.hpp" #include <cmath> diff --git a/pose-widget/glwidget.h b/pose-widget/pose-widget.hpp index 4f50008e6..4f50008e6 100644 --- a/pose-widget/glwidget.h +++ b/pose-widget/pose-widget.hpp |
