summaryrefslogtreecommitdiff
path: root/examples/echoserver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echoserver/main.cpp')
-rw-r--r--examples/echoserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echoserver/main.cpp b/examples/echoserver/main.cpp
index c90e8c5..b424666 100644
--- a/examples/echoserver/main.cpp
+++ b/examples/echoserver/main.cpp
@@ -38,7 +38,7 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-#include <QCoreApplication>
+#include <QtCore/QCoreApplication>
#include "echoserver.h"
int main(int argc, char *argv[])