diff options
Diffstat (limited to 'examples/network/bearercloud/cloud.h')
-rw-r--r-- | examples/network/bearercloud/cloud.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/bearercloud/cloud.h b/examples/network/bearercloud/cloud.h index b542bf7..38f8aff 100644 --- a/examples/network/bearercloud/cloud.h +++ b/examples/network/bearercloud/cloud.h @@ -4,7 +4,7 @@ ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** -** This file is part of the Qt Mobility Components. +** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage @@ -43,7 +43,7 @@ #include <qnetworksession.h> #include <QGraphicsItem> -QTM_USE_NAMESPACE +QT_USE_NAMESPACE QT_BEGIN_NAMESPACE class QGraphicsTextItem; |