summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/time_sink_f_impl.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-04-02 16:02:33 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-02 16:02:33 -0700
commiteea870b1dd9c5b90dfa7d94e6a15ffe44cfbee7f (patch)
treeaf3aa889c94cff9c503edefeaf19cb3635693bfb /gr-qtgui/lib/time_sink_f_impl.h
parente648165dcc7609524681b5eaf9620798b75b8420 (diff)
parent9acf35715fbb8aca5a991a3f41965db8f4cde683 (diff)
Merge branch 'runtime-gruel' into next
Conflicts: gnuradio-runtime/lib/CMakeLists.txt
Diffstat (limited to 'gr-qtgui/lib/time_sink_f_impl.h')
-rw-r--r--gr-qtgui/lib/time_sink_f_impl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gr-qtgui/lib/time_sink_f_impl.h b/gr-qtgui/lib/time_sink_f_impl.h
index 3d4f6417a6..1012ffbd77 100644
--- a/gr-qtgui/lib/time_sink_f_impl.h
+++ b/gr-qtgui/lib/time_sink_f_impl.h
@@ -25,8 +25,8 @@
#include <qtgui/time_sink_f.h>
#include <qtgui/timedisplayform.h>
-#include <gruel/thread.h>
-#include <gruel/high_res_timer.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();