diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-17 19:36:02 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-17 19:36:02 -0400 |
commit | 35e94fb8f4f3ead626f6ed28385148475773afc7 (patch) | |
tree | efa5ba10897397a800d2c67e86985b7e24339d03 /gr-qtgui/lib/plot_waterfall.cc | |
parent | d02c84fcf7a7a34374854f2bfc94c800faf1b5ad (diff) |
qtgui: moving all qtgui headers to install into qtgui directory.
Diffstat (limited to 'gr-qtgui/lib/plot_waterfall.cc')
-rw-r--r-- | gr-qtgui/lib/plot_waterfall.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/lib/plot_waterfall.cc b/gr-qtgui/lib/plot_waterfall.cc index 84915e3f31..5a378767be 100644 --- a/gr-qtgui/lib/plot_waterfall.cc +++ b/gr-qtgui/lib/plot_waterfall.cc @@ -26,7 +26,7 @@ #include "qwt_painter.h" #include "qwt_scale_map.h" #include "qwt_color_map.h" -#include "plot_waterfall.h" +#include <qtgui/plot_waterfall.h> #if QWT_VERSION < 0x060000 #include "qwt_double_interval.h" |