diff options
Diffstat (limited to 'src/lib/debug.cpp')
-rw-r--r-- | src/lib/debug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/debug.cpp b/src/lib/debug.cpp index 565bdbc..ba5f4b8 100644 --- a/src/lib/debug.cpp +++ b/src/lib/debug.cpp @@ -1,4 +1,4 @@ #include "debug.h" -Q_LOGGING_CATEGORY(AUTO_START, "xdg.auto_start") -Q_LOGGING_CATEGORY(SYSTEM_TRAY, "xdg.system_tray") +Q_LOGGING_CATEGORY(AUTO_START, "org.kazoe.xdg.auto_start") +Q_LOGGING_CATEGORY(SYSTEM_TRAY, "org.kazoe.xdg.system_tray") |