diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2014-01-28 22:13:02 +0530 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2014-01-28 22:13:02 +0530 |
| commit | fa656fe56a34300e9718a3c83c9db21f56b94ac5 (patch) | |
| tree | aabf5abaa839d9015df25751bd92b86f1048918f /examples/GuiClient/main.cpp | |
| parent | 7a81ff61c9b2d97e4dd351aa73f824a7c12a0d9f (diff) | |
| download | qxmpp-fa656fe56a34300e9718a3c83c9db21f56b94ac5.tar.gz | |
Fixes to support Qt5.
Diffstat (limited to 'examples/GuiClient/main.cpp')
| -rw-r--r-- | examples/GuiClient/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/main.cpp b/examples/GuiClient/main.cpp index 11f86460..68fb382c 100644 --- a/examples/GuiClient/main.cpp +++ b/examples/GuiClient/main.cpp @@ -22,7 +22,7 @@ */ -#include <QtGui/QApplication> +#include <QApplication> #include <QDir> #include "mainDialog.h" |
