diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-25 17:02:01 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-26 16:35:23 +0200 |
commit | 5f85571d52e9f82486a379d017eb36eda2a9f30e (patch) | |
tree | 3a2ef9cfea0bdbb4872be48f2eb010d730937a90 /src/lib/xdgstatusnotifieritem.h | |
parent | 1dbc0e3c88ba271ba35bc3f82e7864c4f35e1236 (diff) |
Change module to org.kazoe.xdg
Diffstat (limited to 'src/lib/xdgstatusnotifieritem.h')
-rw-r--r-- | src/lib/xdgstatusnotifieritem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/xdgstatusnotifieritem.h b/src/lib/xdgstatusnotifieritem.h index 7f881a4..de1e87b 100644 --- a/src/lib/xdgstatusnotifieritem.h +++ b/src/lib/xdgstatusnotifieritem.h @@ -12,7 +12,7 @@ #define XDG_STATUS_ACTIVE "Active" #define XDG_STATUS_NEEDSATTENTION "NeedsAttention" -namespace xdg { +namespace KaZoe { class StatusNotifierItem : public QObject { |