Compile failure

Building application from source yeilds the following:
...
-Ibuild -o build/articleview.o articleview.cc
articleview.cc: In member function ‘void ArticleView::contextMenuRequested(const QPoint&)’:
articleview.cc:1323:15: error: variable ‘QWebElement el’ has initializer but incomplete type
articleview.cc:1323:30: error: invalid use of incomplete type ‘class QWebElement’
In file included from /usr/include/qt4/QtWebKit/qwebview.h:25:0,
from /usr/include/qt4/QtWebKit/QWebView:1,
from articleview.hh:7,
from articleview.cc:4:
/usr/include/qt4/QtWebKit/qwebpage.h:40:7: error: forward declaration of ‘class QWebElement’
make: *** [build/articleview.o] Error 1
This result occured after a qmake, then a make.
Natasha
...
-Ibuild -o build/articleview.o articleview.cc
articleview.cc: In member function ‘void ArticleView::contextMenuRequested(const QPoint&)’:
articleview.cc:1323:15: error: variable ‘QWebElement el’ has initializer but incomplete type
articleview.cc:1323:30: error: invalid use of incomplete type ‘class QWebElement’
In file included from /usr/include/qt4/QtWebKit/qwebview.h:25:0,
from /usr/include/qt4/QtWebKit/QWebView:1,
from articleview.hh:7,
from articleview.cc:4:
/usr/include/qt4/QtWebKit/qwebpage.h:40:7: error: forward declaration of ‘class QWebElement’
make: *** [build/articleview.o] Error 1
This result occured after a qmake, then a make.
Natasha