Skip to content

Commit

Permalink
Move to Qt4 version of headers
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5364 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 24, 2006
1 parent bc4c2af commit 81e79e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions src/providers/wms/qgshttptransaction.cpp
Expand Up @@ -24,9 +24,8 @@

#include "qgshttptransaction.h"

#include <qapplication.h>
#include <QApplication>
#include <QUrl>

#include <QTimer>

static int NETWORK_TIMEOUT_MSEC = (120 * 1000); // 120 seconds
Expand Down
5 changes: 3 additions & 2 deletions src/providers/wms/qgshttptransaction.h
Expand Up @@ -23,8 +23,9 @@
#define QGSHTTPTRANSACTION_H

#include <QHttp>
#include <QTimer>
#include <qstring.h>
#include <QString>

class QTimer;

/**
Expand Down
8 changes: 1 addition & 7 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -28,17 +28,11 @@

#include "qgshttptransaction.h"

#include <q3network.h>
#include <q3http.h>
#include <q3url.h>

#include <qglobal.h>
#if QT_VERSION >= 0x040000
#include <Q3Picture>
#endif

#ifdef QGISDEBUG
#include <qfile.h>
#include <QFile>
#endif

#ifdef WIN32
Expand Down
8 changes: 3 additions & 5 deletions src/providers/wms/qgswmsprovider.h
Expand Up @@ -33,11 +33,9 @@

#include "qgsdatasourceuri.h"

#include <qstring.h>
#include <qstringlist.h>
#include <qobject.h>
#include <q3http.h>
#include <qdom.h>
#include <QString>
#include <QStringList>
#include <QDomElement>


/*
Expand Down

0 comments on commit 81e79e1

Please sign in to comment.