From b9a97b2c4dca50f0c13a1006130e095e85936a2a Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 13 Aug 2013 13:10:49 +0200 Subject: Change "Contents" to "Engine" in API class names. Change-Id: I58d83f4f33728f92e4bf13b6be30b15528fdd033 Reviewed-by: Zeno Albisser --- lib/quick/quick.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/quick/quick.pro') diff --git a/lib/quick/quick.pro b/lib/quick/quick.pro index e2eec55dc..bb6acc179 100644 --- a/lib/quick/quick.pro +++ b/lib/quick/quick.pro @@ -16,13 +16,13 @@ QMAKE_RPATHDIR += $$LIBPATH #DESTDIR = $$LIBPATH SOURCES = \ - qquickwebcontentsview.cpp \ + qquickwebengineview.cpp \ plugin.cpp \ render_widget_host_view_qt_delegate_quick.cpp HEADERS = \ - qquickwebcontentsview_p.h \ - qquickwebcontentsview_p_p.h \ + qquickwebengineview_p.h \ + qquickwebengineview_p_p.h \ render_widget_host_view_qt_delegate_quick.h load(qml_plugin) -- cgit v1.2.3