summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/time_sink_c_impl.h
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2013-04-02 23:04:08 -0700
committerBen Reynwar <ben@reynwar.net>2013-04-02 23:04:08 -0700
commitc6dbde23b256a41b3d92cb4ad6b63287095d53c7 (patch)
tree71db12ea2e1667770c22568dcdf5e0857d5f1e59 /gr-qtgui/lib/time_sink_c_impl.h
parent22b70d0889ef3c51e27a31ee18d153093a55cbb8 (diff)
parent98758cbfa9a2aff714952d19e773bc370dfa2185 (diff)
Merged next into uninstalled import branch.
Diffstat (limited to 'gr-qtgui/lib/time_sink_c_impl.h')
-rw-r--r--gr-qtgui/lib/time_sink_c_impl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gr-qtgui/lib/time_sink_c_impl.h b/gr-qtgui/lib/time_sink_c_impl.h
index 96bdf937b1..2f9765c2c5 100644
--- a/gr-qtgui/lib/time_sink_c_impl.h
+++ b/gr-qtgui/lib/time_sink_c_impl.h
@@ -24,9 +24,9 @@
#define INCLUDED_QTGUI_TIME_SINK_C_IMPL_H
#include <qtgui/time_sink_c.h>
-#include <timedisplayform.h>
-#include <gruel/thread.h>
-#include <gruel/high_res_timer.h>
+#include <qtgui/timedisplayform.h>
+#include <thread/thread.h>
+#include <high_res_timer.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;
double d_samp_rate;
@@ -49,8 +49,8 @@ namespace gr {
QWidget *d_parent;
TimeDisplayForm *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();