Skip to content

Commit

Permalink
Change #includes to Qt4 naming scheme
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5230 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 8, 2006
1 parent 273b0a1 commit 1232fb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/core/qgsdataprovider.h
Expand Up @@ -27,9 +27,9 @@
#include <netinet/in.h>
#endif

#include <qobject.h>
#include <qstring.h>
#include <qstringlist.h>
#include <QObject>
#include <QString>
#include <QStringList>

class QgsRect;
class QgsFeature;
Expand Down
10 changes: 5 additions & 5 deletions src/core/qgsproviderregistry.cpp
Expand Up @@ -23,11 +23,11 @@

using namespace std;

#include <qmessagebox.h>
#include <qstring.h>
#include <qdir.h>
#include <qlibrary.h>
#include <qapplication.h>
#include <QMessageBox>
#include <QString>
#include <QDir>
#include <QLibrary>
#include <QApplication>


#include "qgis.h"
Expand Down

0 comments on commit 1232fb8

Please sign in to comment.