summaryrefslogtreecommitdiffstats
path: root/examples/network/network-chat/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/network-chat/main.cpp')
-rw-r--r--examples/network/network-chat/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/network/network-chat/main.cpp b/examples/network/network-chat/main.cpp
index bc6c4ef636..5d679d284b 100644
--- a/examples/network/network-chat/main.cpp
+++ b/examples/network/network-chat/main.cpp
@@ -1,11 +1,9 @@
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-#include <QApplication>
-
#include "chatdialog.h"
-#include <QtCore/QSettings>
+#include <QtWidgets/QApplication>
int main(int argc, char *argv[])
{