summaryrefslogtreecommitdiff
path: root/qmsgwatchlet/qmsgwatchlet.h
diff options
context:
space:
mode:
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;
};
}