[WebKit-devel] API changes

Dawit A. adawit at kde.org
Fri Oct 16 17:27:28 CEST 2009


On Friday 16 October 2009 07:44:02 David Faure wrote:
> After the webkitkde/kdewebkit API changes, the konq plugins don't
> compile anymore.
> Please port them ;)
> 
> In kdebase:
> /d/kde/src/t/kdebase/apps/konqueror/kttsplugin/khtmlkttsd.cpp:28:24: error:
> webkitpart.h: No such file or directory
> /d/kde/src/t/kdebase/apps/konqueror/kttsplugin/khtmlkttsd.cpp:30:21: error:
> webview.h: No such file or directory
> 
> And in extragear:
> /d/kde/src/t/extragear/base/konq-plugins/babelfish/plugin_babelfish.cpp:45:
> 24: error: webkitpart.h: No such file or directory
> /d/kde/src/t/extragear/base/konq-plugins/babelfish/plugin_babelfish.cpp:47:
> 21: error: webview.h: No such file or directory
> /d/kde/src/t/extragear/base/konq-plugins/babelfish/plugin_babelfish.cpp:253
> : error: 'WebKitPart' was not declared in this scope
> 
> Thanks.

Fixed the webview.h not issue. It should be changed to "QWebView" since 
webview.h is no longer installed. However, I dunno why you are getting the 
webkitpart.h not found problem though.


More information about the WebKit-devel mailing list