~mardy/signon-ui/sizing

« back to all changes in this revision

Viewing changes to src/cookie-jar-manager.cpp

  • Committer: Alberto Mardegan
  • Date: 2012-11-13 10:12:54 UTC
  • mfrom: (66.3.5 qt5)
  • Revision ID: alberto.mardegan@canonical.com-20121113101254-w1lhs320r1x6iqta
Allow building with Qt5

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
 */
20
20
 
 
21
#define QT_DISABLE_DEPRECATED_BEFORE QT_VERSION_CHECK(4, 0, 0)
 
22
 
21
23
#include "cookie-jar-manager.h"
22
24
 
23
25
#include "debug.h"
29
31
#include <QDir>
30
32
#include <QFile>
31
33
#include <QHash>
 
34
#include <QNetworkCookie>
32
35
 
33
36
using namespace SignOnUi;
34
37