Changeset 1489 in ntrip for trunk/BNC/bnctabledlg.h


Ignore:
Timestamp:
Jan 18, 2009, 10:15:14 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.h

    r1477 r1489  
    3232#include "bncconst.h"
    3333
    34   class bncCasterTableDlg : public QDialog {
     34class bncCasterTableDlg : public QDialog {
    3535  Q_OBJECT
    3636
     
    4444  private slots:
    4545    virtual void slotAcceptCasterTable();
    46     virtual void slotWhatsThisCasterTable();
     46    virtual void slotWhatsThis();
    4747
    4848  private:
    4949    QTableWidget* _casterTable;
     50    QPushButton*  _okButton;
     51    QPushButton*  _closeButton;
     52    QPushButton*  _whatsThisButton;
    5053};
    5154
Note: See TracChangeset for help on using the changeset viewer.