summaryrefslogtreecommitdiff
path: root/qmsgwatchlet/qmsgwatchlet.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-14 01:38:32 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-14 01:38:32 +0200
commit7991a01b9526056d7a8ef199868902bde85001ae (patch)
tree7cf1b3ee9383d080980c8547bfa2784a11a809ec /qmsgwatchlet/qmsgwatchlet.h
parent758cec1a767c056aaf9da36fd411cdf4a8fba32e (diff)
downloadsowatch-7991a01b9526056d7a8ef199868902bde85001ae.tar.gz
sowatch-7991a01b9526056d7a8ef199868902bde85001ae.zip
fixing the qmsg watchlet
Diffstat (limited to 'qmsgwatchlet/qmsgwatchlet.h')
-rw-r--r--qmsgwatchlet/qmsgwatchlet.h2
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;
};
}