#ifndef NMDELETECONFIRMATIONDLG_H #define NMDELETECONFIRMATIONDLG_H #include "iDlgBase.h" #include "nmSubWxs_global.h" class NM_SUB_WXS_EXPORT nmDeleteConfirmationDlg : public iDlgBase { Q_OBJECT public: nmDeleteConfirmationDlg(); private: void initUI(); }; #endif // NMWXMEASURINGSCALEDLG_H