summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneclient/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/fortuneclient/main.cpp')
-rw-r--r--examples/network/fortuneclient/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/fortuneclient/main.cpp b/examples/network/fortuneclient/main.cpp
index 957de9b161..5ba8bf37f8 100644
--- a/examples/network/fortuneclient/main.cpp
+++ b/examples/network/fortuneclient/main.cpp
@@ -46,5 +46,5 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
Client client;
client.show();
- return client.exec();
+ return app.exec();
}