summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/recentfiles/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mainwindows/recentfiles/main.cpp')
-rw-r--r--examples/mainwindows/recentfiles/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/mainwindows/recentfiles/main.cpp b/examples/mainwindows/recentfiles/main.cpp
index 541742984f..1dd3c1bf40 100644
--- a/examples/mainwindows/recentfiles/main.cpp
+++ b/examples/mainwindows/recentfiles/main.cpp
@@ -46,6 +46,8 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
+ app.setOrganizationName("Trolltech");
+ app.setApplicationName("Recent Files Example");
MainWindow *mainWin = new MainWindow;
mainWin->show();
return app.exec();