]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/deviceoptions.hpp
Build fixes for Qt5 Windows/mingw/MXE support.
[pulseview.git] / pv / popups / deviceoptions.hpp
index 94ce7afd6f54fc7be5c3dfb0c16c6923242127b2..0ad0f5adec09b5a44915fb4aab4eba43384d6749 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_H
-#define PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_H
+#ifndef PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_HPP
+#define PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_HPP
 
 #include <QGroupBox>
 #include <QVBoxLayout>
 
-#include <pv/binding/deviceoptions.hpp>
+#include <pv/binding/device.hpp>
 #include <pv/widgets/popup.hpp>
 
 namespace sigrok {
@@ -42,17 +41,17 @@ public:
        DeviceOptions(std::shared_ptr<sigrok::Device> device,
                QWidget *parent);
 
-       pv::binding::DeviceOptions& binding();
+       pv::binding::Device& binding();
 
 private:
        std::shared_ptr<sigrok::Device> device_;
 
        QVBoxLayout layout_;
 
-       pv::binding::DeviceOptions binding_;
+       pv::binding::Device binding_;
 };
 
 } // namespace popups
 } // namespace pv
 
-#endif // PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_H
+#endif // PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_HPP