Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / dialogs / storeprogress.h
index 61d08d515c049b8117b64467cce658857aefff2c..eaf235f340c5320350445677cfb71dd9d76c2077 100644 (file)
 #ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H
 #define PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H
 
+#include <memory>
 #include <set>
 
-#include <boost/shared_ptr.hpp>
-
 #include <QProgressDialog>
 
 #include <pv/storesession.h>
@@ -52,7 +51,7 @@ private:
 
        void closeEvent(QCloseEvent*);
 
-private slots:
+private Q_SLOTS:
        void on_progress_updated();
 
 private: