aboutsummaryrefslogtreecommitdiff
path: root/src/session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.cpp')
-rw-r--r--src/session.cpp2
1 files changed, 1 insertions, 1 deletions
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!");