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