diff options
Diffstat (limited to 'rbutil/rbutilqt/base/autodetection.cpp')
-rw-r--r-- | rbutil/rbutilqt/base/autodetection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/base/autodetection.cpp b/rbutil/rbutilqt/base/autodetection.cpp index 5bab1d62d3..e6819992cf 100644 --- a/rbutil/rbutilqt/base/autodetection.cpp +++ b/rbutil/rbutilqt/base/autodetection.cpp | |||
@@ -52,7 +52,7 @@ | |||
52 | #include <sys/mount.h> | 52 | #include <sys/mount.h> |
53 | #endif | 53 | #endif |
54 | 54 | ||
55 | #include "detect.h" | 55 | #include "system.h" |
56 | #include "utils.h" | 56 | #include "utils.h" |
57 | 57 | ||
58 | Autodetection::Autodetection(QObject* parent): QObject(parent) | 58 | Autodetection::Autodetection(QObject* parent): QObject(parent) |
@@ -404,7 +404,7 @@ bool Autodetection::detectUsb() | |||
404 | 404 | ||
405 | // usb pid detection | 405 | // usb pid detection |
406 | QList<uint32_t> attached; | 406 | QList<uint32_t> attached; |
407 | attached = Detect::listUsbIds(); | 407 | attached = System::listUsbIds(); |
408 | 408 | ||
409 | int i = attached.size(); | 409 | int i = attached.size(); |
410 | while(i--) { | 410 | while(i--) { |