diff libgui/src/main-window.cc @ 17640:482222fe5b35

use QTextBrowser instead of QWebView to display community news * configure.ac: Don't check for QtWebKit. * news-dock-widget.h, news-dock-widget.cc (news_dock_widget): Use QTextBrowser to display news.
author John W. Eaton <jwe@octave.org>
date Fri, 11 Oct 2013 20:04:49 -0400
parents 4288b90f18c4
children 516e1fa636ee
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Sat Oct 12 00:24:32 2013 +0200
+++ b/libgui/src/main-window.cc	Fri Oct 11 20:04:49 2013 -0400
@@ -40,8 +40,6 @@
 #include <QMessageBox>
 #include <QIcon>
 
-#include <QWebView>
-
 #include <utility>
 
 #ifdef HAVE_QSCINTILLA