aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-15 15:40:42 -0500
committerTed Gould <ted@gould.cx>2010-03-15 15:40:42 -0500
commit9be1c6de6bd9c4ff26e81e3563ec11e56b240276 (patch)
treed7eb6b3769d59fc272f098fae362566bbb898592 /src/dbus-shared.h
parentc88bf0b3c462bd10f3e24a0c38ec7116c036109f (diff)
parent42fd4baa6e459447fb828351a727aa25bf14e925 (diff)
downloadayatana-indicator-application-9be1c6de6bd9c4ff26e81e3563ec11e56b240276.tar.gz
ayatana-indicator-application-9be1c6de6bd9c4ff26e81e3563ec11e56b240276.tar.bz2
ayatana-indicator-application-9be1c6de6bd9c4ff26e81e3563ec11e56b240276.zip
Changing from freedesktop to kde as the spec was never approved finally by freedesktop.
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r--src/dbus-shared.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index b8dc016..f158b1c 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -24,10 +24,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define INDICATOR_APPLICATION_DBUS_OBJ "/org/ayatana/indicator/application/service"
#define INDICATOR_APPLICATION_DBUS_IFACE "org.ayatana.indicator.application.service"
-#define NOTIFICATION_WATCHER_DBUS_ADDR "org.freedesktop.StatusNotifierWatcher"
+#define NOTIFICATION_WATCHER_DBUS_ADDR "org.kde.StatusNotifierWatcher"
#define NOTIFICATION_WATCHER_DBUS_OBJ "/StatusNotifierWatcher"
-#define NOTIFICATION_WATCHER_DBUS_IFACE "org.freedesktop.StatusNotifierWatcher"
+#define NOTIFICATION_WATCHER_DBUS_IFACE "org.kde.StatusNotifierWatcher"
-#define NOTIFICATION_ITEM_DBUS_IFACE "org.freedesktop.StatusNotifierItem"
+#define NOTIFICATION_ITEM_DBUS_IFACE "org.kde.StatusNotifierItem"
#define NOTIFICATION_ITEM_DEFAULT_OBJ "/StatusNotifierItem"