aboutsummaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-01 18:31:59 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-01 18:31:59 +0200
commit16e03a116f2150a834fe836133fbe3dbf68211d5 (patch)
tree7182a932ed7f47134d0200731731de525ecea734 /src/session.h
parente8245c554813c153bf1e86c0cf537b19a08a9ade (diff)
downloadRWA.Support.DesktopApp-16e03a116f2150a834fe836133fbe3dbf68211d5.tar.gz
RWA.Support.DesktopApp-16e03a116f2150a834fe836133fbe3dbf68211d5.tar.bz2
RWA.Support.DesktopApp-16e03a116f2150a834fe836133fbe3dbf68211d5.zip
RWADBusAdaptor.{cpp, h}: Update D-Bus adaptor to new API
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h
index ad1b140..41d414a 100644
--- a/src/session.h
+++ b/src/session.h
@@ -87,7 +87,7 @@ private:
QString _session_id;
QString _url;
QString _pin;
- OrgArcticaProjectRWAInterface* _dbus_rwa;
+ OrgArcticaProjectRWASupportSessionServiceInterface* _dbus_rwa;
void _initDBus();
bool _minimizedBefore = false;