diff options
Diffstat (limited to 'gr-qtgui/lib/waterfall_sink_c_impl.h')
-rw-r--r-- | gr-qtgui/lib/waterfall_sink_c_impl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gr-qtgui/lib/waterfall_sink_c_impl.h b/gr-qtgui/lib/waterfall_sink_c_impl.h index 1d709c6c5f..7483989c00 100644 --- a/gr-qtgui/lib/waterfall_sink_c_impl.h +++ b/gr-qtgui/lib/waterfall_sink_c_impl.h @@ -26,9 +26,9 @@ #include <qtgui/waterfall_sink_c.h> #include <filter/firdes.h> #include <fft/fft.h> -#include <gruel/high_res_timer.h> -#include <gruel/thread.h> -#include <waterfalldisplayform.h> +#include <high_res_timer.h> +#include <thread/thread.h> +#include <qtgui/waterfalldisplayform.h> namespace gr { namespace qtgui { @@ -60,8 +60,8 @@ namespace gr { QWidget *d_parent; WaterfallDisplayForm *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 windowreset(); void buildwindow(); |