From 2c032d8f1c6292c1338a615e6ec40252889ba85c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Jan 2015 00:29:39 +0100 Subject: Imported Upstream version 1.0.0 --- examples/C/qt/list-connections.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/C/qt/list-connections.cpp') diff --git a/examples/C/qt/list-connections.cpp b/examples/C/qt/list-connections.cpp index fb981664..66f309c8 100644 --- a/examples/C/qt/list-connections.cpp +++ b/examples/C/qt/list-connections.cpp @@ -28,7 +28,7 @@ #include -#include "NetworkManager.h" +#include "nm-dbus-interface.h" void listConnections(QDBusInterface& interface) { @@ -44,7 +44,7 @@ int main() { QDBusInterface interface( NM_DBUS_SERVICE, NM_DBUS_PATH_SETTINGS, - NM_DBUS_IFACE_SETTINGS, + NM_DBUS_INTERFACE_SETTINGS, QDBusConnection::systemBus()); listConnections(interface); -- cgit 1.3.0-6-gf8a5