summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneserver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/fortuneserver/main.cpp')
-rw-r--r--examples/network/fortuneserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/fortuneserver/main.cpp b/examples/network/fortuneserver/main.cpp
index f07c97cdb9..b14c1b00d3 100644
--- a/examples/network/fortuneserver/main.cpp
+++ b/examples/network/fortuneserver/main.cpp
@@ -51,5 +51,5 @@ int main(int argc, char *argv[])
Server server;
server.show();
qsrand(QTime(0,0,0).secsTo(QTime::currentTime()));
- return server.exec();
+ return app.exec();
}