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