diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-14 01:38:32 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-14 01:38:32 +0200 |
commit | 7991a01b9526056d7a8ef199868902bde85001ae (patch) | |
tree | 7cf1b3ee9383d080980c8547bfa2784a11a809ec /qmsgwatchlet/qmsgwatchlet.h | |
parent | 758cec1a767c056aaf9da36fd411cdf4a8fba32e (diff) | |
download | sowatch-7991a01b9526056d7a8ef199868902bde85001ae.tar.gz sowatch-7991a01b9526056d7a8ef199868902bde85001ae.zip |
fixing the qmsg watchlet
Diffstat (limited to 'qmsgwatchlet/qmsgwatchlet.h')
-rw-r--r-- | qmsgwatchlet/qmsgwatchlet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmsgwatchlet/qmsgwatchlet.h b/qmsgwatchlet/qmsgwatchlet.h index c2de7ec..6fa331c 100644 --- a/qmsgwatchlet/qmsgwatchlet.h +++ b/qmsgwatchlet/qmsgwatchlet.h @@ -14,7 +14,7 @@ public: explicit QMsgWatchlet(WatchServer* server); private: - QTM_PREPEND_NAMESPACE(QMessageService) _qms; + QtMobility::QMessageService *_qms; }; } |