aboutsummaryrefslogtreecommitdiff
path: root/src/RWADBusAdaptor.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-04 22:11:34 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-04 22:11:34 +0200
commit852005be65d21a6806909a0674a54590e5417de6 (patch)
tree4c49f17e94e59cbeb1f68f89ab8bb066d41ef7fc /src/RWADBusAdaptor.h
parentbe0d390b0205acb6a2485fa98f6d54172d2e75e3 (diff)
downloadRWA.Support.DesktopApp-852005be65d21a6806909a0674a54590e5417de6.tar.gz
RWA.Support.DesktopApp-852005be65d21a6806909a0674a54590e5417de6.tar.bz2
RWA.Support.DesktopApp-852005be65d21a6806909a0674a54590e5417de6.zip
src/{session.cpp,RWADBusAdaptor.h}: Adapt DBus service name and path to recent changes in raw.support.sessionservice.
Diffstat (limited to 'src/RWADBusAdaptor.h')
-rw-r--r--src/RWADBusAdaptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RWADBusAdaptor.h b/src/RWADBusAdaptor.h
index 5e90fe9..4fbad44 100644
--- a/src/RWADBusAdaptor.h
+++ b/src/RWADBusAdaptor.h
@@ -28,7 +28,7 @@ class OrgArcticaProjectRWAInterface: public QDBusAbstractInterface
Q_OBJECT
public:
static inline const char *staticInterfaceName()
- { return "org.ArcticaProject.RWA"; }
+ { return "org.ArcticaProject.RWASupportSessionService"; }
public:
OrgArcticaProjectRWAInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr);