diff options
Diffstat (limited to 'src/BluetoothAdapter.cpp')
-rw-r--r-- | src/BluetoothAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BluetoothAdapter.cpp b/src/BluetoothAdapter.cpp index ba8873ba..eab4eacd 100644 --- a/src/BluetoothAdapter.cpp +++ b/src/BluetoothAdapter.cpp @@ -88,7 +88,7 @@ std::string BluetoothAdapter::get_class_name() const std::string BluetoothAdapter::get_java_class() const { - return std::string(JAVA_PACKAGE "/BluetoothAdapter"); + return std::string(JAVA_DBUS_PACKAGE "/DBusAdapter"); } std::string BluetoothAdapter::get_object_path() const |