summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsession.h')
-rw-r--r--src/xsession.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xsession.h b/src/xsession.h
index 10b3b0b..5f78bff 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -19,8 +19,8 @@ class XSession : public Session {
bool isValid() const;
int priority() const;
- QString section() const {
- return QObject::tr("X-Sessions");
+ SectionType section() const {
+ return SECTION_XSESSION;
}
QString shortDescription() const {