Changeset 4662 in ntrip for trunk/BNC/src/rinex/eleplot.h


Ignore:
Timestamp:
Sep 8, 2012, 5:12:31 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/eleplot.h

    r4659 r4662  
    1 #ifndef ZENPLOT_H
    2 #define ZENPLOT_H
     1#ifndef ELEPLOT_H
     2#define ELEPLOT_H
    33
    44#include <QtCore>
     
    99class t_availData;
    1010
    11 class t_zenPlot: public QwtPlot {
     11class t_elePlot: public QwtPlot {
    1212 Q_OBJECT
    1313
    1414public:
    15   t_zenPlot(QWidget* parent, QMap<QString, t_availData>* availDataMap);
     15  t_elePlot(QWidget* parent, QMap<QString, t_availData>* availDataMap);
    1616
    1717private:
Note: See TracChangeset for help on using the changeset viewer.