backport https://github.com/gnuradio/gnuradio/pull/5302 so
gnuradio can build with Qwt 6.2

Index: gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h
--- gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h.orig
+++ gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h
@@ -28,8 +28,10 @@
 #include <qwt_plot_rasteritem.h>
 
 #if QWT_VERSION >= 0x060000
-#include <qwt_compat.h>
-#include <qwt_point_3d.h> // doesn't seem necessary, but is...
+#include <qsize.h>
+#include <qwt_interval.h>
+
+typedef QwtInterval QwtDoubleInterval;
 #endif
 
 class QwtColorMap;
