Index: trunk/BNC/src/rinex/graphwin.cpp
===================================================================
--- trunk/BNC/src/rinex/graphwin.cpp	(revision 4309)
+++ trunk/BNC/src/rinex/graphwin.cpp	(revision 4310)
@@ -40,5 +40,4 @@
 
 #include "graphwin.h"
-#include "polarplot.h"
 
 using namespace std;
@@ -46,5 +45,5 @@
 // Constructor
 ////////////////////////////////////////////////////////////////////////////
-t_graphWin::t_graphWin(QWidget* parent, const QVector<t_polarPlot*>& plots) :
+t_graphWin::t_graphWin(QWidget* parent, const QVector<QWidget*>& plots) :
  QDialog(parent) {
 
Index: trunk/BNC/src/rinex/graphwin.h
===================================================================
--- trunk/BNC/src/rinex/graphwin.h	(revision 4309)
+++ trunk/BNC/src/rinex/graphwin.h	(revision 4310)
@@ -29,6 +29,4 @@
 #include <QtGui>
 
-class t_polarPlot;
-
 class t_graphWin : public QDialog {
 
@@ -36,5 +34,5 @@
 
  public:
-  t_graphWin(QWidget* parent, const QVector<t_polarPlot*>& plots);
+  t_graphWin(QWidget* parent, const QVector<QWidget*>& plots);
   ~t_graphWin();
 
Index: trunk/BNC/src/rinex/reqcanalyze.cpp
===================================================================
--- trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 4309)
+++ trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 4310)
@@ -85,5 +85,5 @@
 void t_reqcAnalyze::slotDisplayGraph() {
   if (((bncApp*) qApp)->mode() == bncApp::interactive) {
-    QVector<t_polarPlot*> plots;
+    QVector<QWidget*> plots;
     t_polarPlot* plotMP1 = new t_polarPlot(0); plots << plotMP1;
     t_polarPlot* plotMP2 = new t_polarPlot(0); plots << plotMP2;
