diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-05 01:13:05 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-08 07:48:36 (GMT) |
commit | b1029a6bd7131d540f76ead8783ed0978f7163aa (patch) | |
tree | b17f3f2bd8c759c321c462f5fdc54f1e865ed678 /src/network/bearer/qbearerplugin.h | |
parent | a307e9662c2b57ad16c2329754ea4795615de125 (diff) | |
download | Qt-b1029a6bd7131d540f76ead8783ed0978f7163aa.zip Qt-b1029a6bd7131d540f76ead8783ed0978f7163aa.tar.gz Qt-b1029a6bd7131d540f76ead8783ed0978f7163aa.tar.bz2 |
Rename internal QNetworkSessionEngine* to QBearerEngine*.
Diffstat (limited to 'src/network/bearer/qbearerplugin.h')
-rw-r--r-- | src/network/bearer/qbearerplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/bearer/qbearerplugin.h b/src/network/bearer/qbearerplugin.h index 970410b..1958188 100644 --- a/src/network/bearer/qbearerplugin.h +++ b/src/network/bearer/qbearerplugin.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** @@ -42,7 +42,7 @@ #ifndef QBEARERPLUGIN_H #define QBEARERPLUGIN_H -#include <QtNetwork/private/qnetworksessionengine_p.h> +#include "qbearerengine_p.h" #include <QtCore/qplugin.h> #include <QtCore/qfactoryinterface.h> |