diff options
author | Gunnar Sletta <gunnar.sletta@nokia.com> | 2011-08-26 08:17:28 +0200 |
---|---|---|
committer | Gunnar Sletta <gunnar.sletta@nokia.com> | 2011-08-26 08:17:28 +0200 |
commit | 09448b55b19c1f6b17e0715f3a1e10f0f6d93673 (patch) | |
tree | 788f72f0b788f49529d04d47783f3213bf5c7a5c /examples/desktop/systray/main.cpp | |
parent | 11eeee22affeca89eea90b8555fa8016fd74b789 (diff) | |
download | qtsvg-09448b55b19c1f6b17e0715f3a1e10f0f6d93673.tar.gz |
Refactor branch
Change-Id: Ib40cc3a98060dfbe1649af23f970afe542f9734c
Diffstat (limited to 'examples/desktop/systray/main.cpp')
-rw-r--r-- | examples/desktop/systray/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/desktop/systray/main.cpp b/examples/desktop/systray/main.cpp index 6c84e58..892fbc6 100644 --- a/examples/desktop/systray/main.cpp +++ b/examples/desktop/systray/main.cpp @@ -38,7 +38,7 @@ ** ****************************************************************************/ -#include <QtGui> +#include <QtWidgets> #include "window.h" |