diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-29 22:50:34 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-29 22:50:34 -0700 |
commit | 994db715b11e90de6f77af8aefedc0b8e8434c67 (patch) | |
tree | e53c91cfc42a144cf36171fd2ec09d2f6c460e51 /gr-qtgui/lib/FrequencyDisplayPlot.cc | |
parent | 3e3083d2b6722a137cc6850e9d8f8b74008601e0 (diff) |
wip, gr-qtgui not compiling
Diffstat (limited to 'gr-qtgui/lib/FrequencyDisplayPlot.cc')
-rw-r--r-- | gr-qtgui/lib/FrequencyDisplayPlot.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/lib/FrequencyDisplayPlot.cc b/gr-qtgui/lib/FrequencyDisplayPlot.cc index 56e63100c7..087a176d5e 100644 --- a/gr-qtgui/lib/FrequencyDisplayPlot.cc +++ b/gr-qtgui/lib/FrequencyDisplayPlot.cc @@ -23,9 +23,9 @@ #ifndef FREQUENCY_DISPLAY_PLOT_C #define FREQUENCY_DISPLAY_PLOT_C -#include <qtgui/FrequencyDisplayPlot.h> +#include <gnuradio/qtgui/FrequencyDisplayPlot.h> -#include <qtgui/qtgui_types.h> +#include <gnuradio/qtgui/qtgui_types.h> #include <qwt_scale_draw.h> #include <qwt_legend.h> #include <qwt_legend_item.h> |