From 16e03a116f2150a834fe836133fbe3dbf68211d5 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Thu, 1 Jul 2021 18:31:59 +0200 Subject: RWADBusAdaptor.{cpp, h}: Update D-Bus adaptor to new API --- src/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/session.cpp') diff --git a/src/session.cpp b/src/session.cpp index 1fa97d0..f327d65 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -233,7 +233,7 @@ void Session::_initDBus() { } // Create DBus object - _dbus_rwa = new OrgArcticaProjectRWAInterface("org.ArcticaProject.RWASupportSessionService", "/RWASupportSessionService", + _dbus_rwa = new OrgArcticaProjectRWASupportSessionServiceInterface("org.ArcticaProject.RWASupportSessionService", "/RWASupportSessionService", QDBusConnection::sessionBus(), this->parent()); qDebug("Initialized DBus object!"); -- cgit v1.2.3