summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/sink_c_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/lib/sink_c_impl.h')
-rw-r--r--gr-qtgui/lib/sink_c_impl.h8
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;