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