Ignore:
Timestamp:
Sep 10, 2013, 2:28:35 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/map_stations.h

    r5404 r5406  
    1 #ifndef GnssCenter_SVGMAP_H
    2 #define GnssCenter_SVGMAP_H
     1#ifndef GnssCenter_MAP_STATIONS_H
     2#define GnssCenter_MAP_STATIONS_H
    33
    44#include <QtGui>
     
    1111namespace GnssCenter {
    1212
    13 class t_svgMap : public QDialog {
     13class t_map_stations : public QDialog {
    1414 Q_OBJECT
    1515 public:
    16   t_svgMap();
    17   ~t_svgMap();
     16  t_map_stations();
     17  ~t_map_stations();
    1818
    1919 public slots:
     
    4242};
    4343
    44 class t_svgMapFactory : public QObject, public t_pluginFactoryInterface {
     44class t_map_stationsFactory : public QObject, public t_pluginFactoryInterface {
    4545 Q_OBJECT
    4646 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface)
    4747 public:
    48   virtual QWidget* create() {return new t_svgMap();}
     48  virtual QWidget* create() {return new t_map_stations();}
    4949  virtual QString getName() const {return QString("Map");}
    5050};
Note: See TracChangeset for help on using the changeset viewer.