We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bdd2d commit 1305463Copy full SHA for 1305463
src/core/qgsdataprovider.h
@@ -27,9 +27,9 @@
27
#include <netinet/in.h>
28
#endif
29
30
-#include <qobject.h>
31
-#include <qstring.h>
32
-#include <qstringlist.h>
+#include <QObject>
+#include <QString>
+#include <QStringList>
33
34
class QgsRect;
35
class QgsFeature;
src/core/qgsproviderregistry.cpp
@@ -23,11 +23,11 @@
23
24
using namespace std;
25
26
-#include <qmessagebox.h>
-#include <qdir.h>
-#include <qlibrary.h>
-#include <qapplication.h>
+#include <QMessageBox>
+#include <QDir>
+#include <QLibrary>
+#include <QApplication>
#include "qgis.h"
0 commit comments