]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/devicetoolbutton.cpp
Use device::Devices to represent sigrok Devices
[pulseview.git] / pv / widgets / devicetoolbutton.cpp
index 9f1cc80280fb33dc2944b3c243e522884b3f330b..7ba8aa28ce6704a0553911890af33fd3ef86ff74 100644 (file)
@@ -26,6 +26,7 @@
 #include <libsigrokcxx/libsigrokcxx.hpp>
 
 #include <pv/devicemanager.hpp>
+#include <pv/devices/device.hpp>
 
 #include "devicetoolbutton.hpp"
 
@@ -35,7 +36,7 @@ using std::string;
 using std::weak_ptr;
 using std::vector;
 
-using sigrok::Device;
+using pv::devices::Device;
 
 namespace pv {
 namespace widgets {