summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/const_sink_c_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/lib/const_sink_c_impl.h')
-rw-r--r--gr-qtgui/lib/const_sink_c_impl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gr-qtgui/lib/const_sink_c_impl.h b/gr-qtgui/lib/const_sink_c_impl.h
index 81cdb9881f..02b25409e6 100644
--- a/gr-qtgui/lib/const_sink_c_impl.h
+++ b/gr-qtgui/lib/const_sink_c_impl.h
@@ -24,9 +24,9 @@
#define INCLUDED_QTGUI_CONST_SINK_C_IMPL_H
#include <qtgui/const_sink_c.h>
-#include <gruel/high_res_timer.h>
-#include <gruel/thread.h>
-#include <constellationdisplayform.h>
+#include <high_res_timer.h>
+#include <thread/thread.h>
+#include <qtgui/constellationdisplayform.h>
namespace gr {
namespace qtgui {
@@ -36,7 +36,7 @@ namespace gr {
private:
void initialize();
- gruel::mutex d_mutex;
+ gr::thread::mutex d_mutex;
int d_size;
std::string d_name;
@@ -49,8 +49,8 @@ namespace gr {
QWidget *d_parent;
ConstellationDisplayForm *d_main_gui;
- gruel::high_res_timer_type d_update_time;
- gruel::high_res_timer_type d_last_time;
+ gr::high_res_timer_type d_update_time;
+ gr::high_res_timer_type d_last_time;
void npoints_resize();