diff options
| author | Lars Knoll <[email protected]> | 2011-05-07 22:57:49 +0200 | 
|---|---|---|
| committer | Lars Knoll <[email protected]> | 2011-05-07 22:57:49 +0200 | 
| commit | e510b6e4661f256a736b1eff42b4b7586acef788 (patch) | |
| tree | e727e3df4ac98feb4fe6ef550ae39492c2843b66 /examples/xml/streambookmarks | |
| parent | 9474f82f8a4ca4abfc349c17debd84f26148fc20 (diff) | |
include fixes
Fixed the include statements
added QT+=widgets in examples/network to
get them to compile. Will need something better
than doing it manually.
Diffstat (limited to 'examples/xml/streambookmarks')
| -rw-r--r-- | examples/xml/streambookmarks/mainwindow.cpp | 2 | ||||
| -rw-r--r-- | examples/xml/streambookmarks/xbelreader.cpp | 2 | ||||
| -rw-r--r-- | examples/xml/streambookmarks/xbelwriter.cpp | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/xml/streambookmarks/mainwindow.cpp b/examples/xml/streambookmarks/mainwindow.cpp index e9236e93e6a..ed765995e79 100644 --- a/examples/xml/streambookmarks/mainwindow.cpp +++ b/examples/xml/streambookmarks/mainwindow.cpp @@ -38,7 +38,7 @@  **  ****************************************************************************/ -#include <QtGui> +#include <QtWidgets>  #include "mainwindow.h"  #include "xbelreader.h" diff --git a/examples/xml/streambookmarks/xbelreader.cpp b/examples/xml/streambookmarks/xbelreader.cpp index e6d1c64e643..063243528b0 100644 --- a/examples/xml/streambookmarks/xbelreader.cpp +++ b/examples/xml/streambookmarks/xbelreader.cpp @@ -38,7 +38,7 @@  **  ****************************************************************************/ -#include <QtGui> +#include <QtWidgets>  #include "xbelreader.h" diff --git a/examples/xml/streambookmarks/xbelwriter.cpp b/examples/xml/streambookmarks/xbelwriter.cpp index bd5454c9419..aa100d401e5 100644 --- a/examples/xml/streambookmarks/xbelwriter.cpp +++ b/examples/xml/streambookmarks/xbelwriter.cpp @@ -38,7 +38,7 @@  **  ****************************************************************************/ -#include <QtGui> +#include <QtWidgets>  #include "xbelwriter.h"  | 
