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 06375f76..2b1d5671 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 beddc5e9..a0653f17 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 4f50008e..4f50008e 100644 --- a/pose-widget/glwidget.h +++ b/pose-widget/pose-widget.hpp |