]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/deviceoptions.cpp
Renamed pv::binding::DeviceOptions and DecoderOptions to Device and Decoder
[pulseview.git] / pv / popups / deviceoptions.cpp
index a92b0aea8058f966a33ad68726c8a2474e61e758..fe7955159990c81f6b6646786636dd965f0a6f8b 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <pv/prop/property.hpp>
 
-#include <libsigrok/libsigrok.hpp>
+#include <libsigrokcxx/libsigrokcxx.hpp>
 
 using std::shared_ptr;
 
@@ -45,7 +45,7 @@ DeviceOptions::DeviceOptions(shared_ptr<Device> device, QWidget *parent) :
        layout_.addWidget(binding_.get_property_form(this, true));
 }
 
-pv::prop::binding::DeviceOptions& DeviceOptions::binding()
+pv::binding::Device& DeviceOptions::binding()
 {
        return binding_;
 }