diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-04-02 23:04:08 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-04-02 23:04:08 -0700 |
commit | c6dbde23b256a41b3d92cb4ad6b63287095d53c7 (patch) | |
tree | 71db12ea2e1667770c22568dcdf5e0857d5f1e59 /gr-qtgui/lib/sink_c_impl.h | |
parent | 22b70d0889ef3c51e27a31ee18d153093a55cbb8 (diff) | |
parent | 98758cbfa9a2aff714952d19e773bc370dfa2185 (diff) |
Merged next into uninstalled import branch.
Diffstat (limited to 'gr-qtgui/lib/sink_c_impl.h')
-rw-r--r-- | gr-qtgui/lib/sink_c_impl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-qtgui/lib/sink_c_impl.h b/gr-qtgui/lib/sink_c_impl.h index ddfb0865d5..77ddf79a0e 100644 --- a/gr-qtgui/lib/sink_c_impl.h +++ b/gr-qtgui/lib/sink_c_impl.h @@ -26,8 +26,8 @@ #include <qtgui/sink_c.h> #include <filter/firdes.h> #include <fft/fft.h> -#include <gruel/high_res_timer.h> -#include <SpectrumGUIClass.h> +#include <high_res_timer.h> +#include <qtgui/SpectrumGUIClass.h> namespace gr { namespace qtgui { @@ -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; |