diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-02 16:02:33 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-02 16:02:33 -0700 |
commit | eea870b1dd9c5b90dfa7d94e6a15ffe44cfbee7f (patch) | |
tree | af3aa889c94cff9c503edefeaf19cb3635693bfb /gr-qtgui/lib/sink_c_impl.h | |
parent | e648165dcc7609524681b5eaf9620798b75b8420 (diff) | |
parent | 9acf35715fbb8aca5a991a3f41965db8f4cde683 (diff) |
Merge branch 'runtime-gruel' into next
Conflicts:
gnuradio-runtime/lib/CMakeLists.txt
Diffstat (limited to 'gr-qtgui/lib/sink_c_impl.h')
-rw-r--r-- | gr-qtgui/lib/sink_c_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-qtgui/lib/sink_c_impl.h b/gr-qtgui/lib/sink_c_impl.h index 83f542b426..77ddf79a0e 100644 --- a/gr-qtgui/lib/sink_c_impl.h +++ b/gr-qtgui/lib/sink_c_impl.h @@ -26,7 +26,7 @@ #include <qtgui/sink_c.h> #include <filter/firdes.h> #include <fft/fft.h> -#include <gruel/high_res_timer.h> +#include <high_res_timer.h> #include <qtgui/SpectrumGUIClass.h> namespace gr { @@ -45,7 +45,7 @@ namespace gr { double d_center_freq; double d_bandwidth; std::string d_name; - gruel::high_res_timer_type d_last_update; + gr::high_res_timer_type d_last_update; bool d_update_active; bool d_shift; @@ -57,7 +57,7 @@ namespace gr { bool d_plotfreq, d_plotwaterfall, d_plottime, d_plotconst; - gruel::high_res_timer_type d_update_time; + gr::high_res_timer_type d_update_time; QWidget *d_parent; SpectrumGUIClass *d_main_gui; |