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/TimeRasterDisplayPlot.cc | |
parent | 3e3083d2b6722a137cc6850e9d8f8b74008601e0 (diff) |
wip, gr-qtgui not compiling
Diffstat (limited to 'gr-qtgui/lib/TimeRasterDisplayPlot.cc')
-rw-r--r-- | gr-qtgui/lib/TimeRasterDisplayPlot.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/lib/TimeRasterDisplayPlot.cc b/gr-qtgui/lib/TimeRasterDisplayPlot.cc index 66b38c52f2..89e32cab9c 100644 --- a/gr-qtgui/lib/TimeRasterDisplayPlot.cc +++ b/gr-qtgui/lib/TimeRasterDisplayPlot.cc @@ -23,9 +23,9 @@ #ifndef TIMERASTER_DISPLAY_PLOT_C #define TIMERASTER_DISPLAY_PLOT_C -#include <qtgui/TimeRasterDisplayPlot.h> +#include <gnuradio/qtgui/TimeRasterDisplayPlot.h> -#include <qtgui/qtgui_types.h> +#include <gnuradio/qtgui/qtgui_types.h> #include <qwt_color_map.h> #include <qwt_scale_draw.h> #include <qwt_legend.h> |