Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBKIT includes changed
(cherry picked from commit 9f6c72f)
  • Loading branch information
gshegunov authored and m-kuhn committed Jul 30, 2015
1 parent fe50327 commit 1c6a40c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgswebframe.h
Expand Up @@ -17,7 +17,7 @@
#define QGSWEBFRAME_H

#ifdef WITH_QTWEBKIT
#include <QtWebKit/QWebFrame>
#include <QWebFrame>
#else

#include <QObject>
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgswebview.h
Expand Up @@ -20,7 +20,7 @@
#include <QPrinter>

#ifdef WITH_QTWEBKIT
#include <QtWebKit/QWebView>
#include <QWebView>

class CORE_EXPORT QgsWebView : public QWebView
{
Expand Down
2 changes: 2 additions & 0 deletions src/gui/editorwidgets/core/qgseditorwidgetregistry.cpp
Expand Up @@ -35,7 +35,9 @@
#include "qgsvaluerelationwidgetfactory.h"
#include "qgsuuidwidgetfactory.h"
#include "qgsphotowidgetfactory.h"
#ifdef WITH_QTWEBKIT
#include "qgswebviewwidgetfactory.h"
#endif
#include "qgscolorwidgetfactory.h"
#include "qgsrelationreferencefactory.h"
#include "qgsdatetimeeditfactory.h"
Expand Down

0 comments on commit 1c6a40c

Please sign in to comment.