Skip to content

Commit

Permalink
Use org.nemomobile.qmlmessages for MESSAGING_SERVICE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
special committed Sep 12, 2012
1 parent a3c83e6 commit c0911df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.h
Expand Up @@ -39,9 +39,9 @@ namespace RTComLogger {
#define COMM_HISTORY_OBJECT_PATH QLatin1String("/com/nokia/CommHistory")
#define COMM_HISTORY_INTERFACE QLatin1String("com.nokia.CommHistoryIf")

#define MESSAGING_SERVICE_NAME QLatin1String("com.nokia.Messaging")
#define MESSAGING_INTERFACE QLatin1String("com.nokia.MessagingIf")
#define SHOW_INBOX_METHOD QLatin1String("showInbox")
#define MESSAGING_SERVICE_NAME QLatin1String("org.nemomobile.qmlmessages")
#define MESSAGING_INTERFACE QLatin1String("org.nemomobile.qmlmessages")
#define SHOW_INBOX_METHOD QLatin1String("showGroupsWindow")
#define START_CONVERSATION_METHOD QLatin1String("startConversation")

#define CALL_HISTORY_SERVICE_NAME QLatin1String("com.nokia.telephony.callhistory")
Expand Down

0 comments on commit c0911df

Please sign in to comment.