summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus-chat/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/dbus-chat/chat.cpp')
-rw-r--r--examples/dbus/dbus-chat/chat.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/dbus/dbus-chat/chat.cpp b/examples/dbus/dbus-chat/chat.cpp
index 496e1d7705..febb1da90c 100644
--- a/examples/dbus/dbus-chat/chat.cpp
+++ b/examples/dbus/dbus-chat/chat.cpp
@@ -38,10 +38,10 @@
**
****************************************************************************/
-#include "chat.h"
-#include <QtWidgets/QApplication>
-#include <QtWidgets/QMessageBox>
+#include <QApplication>
+#include <QMessageBox>
+#include "chat.h"
#include "chat_adaptor.h"
#include "chat_interface.h"