summaryrefslogtreecommitdiffstats
path: root/demos/mediaplayer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/mediaplayer/main.cpp')
-rw-r--r--demos/mediaplayer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/mediaplayer/main.cpp b/demos/mediaplayer/main.cpp
index 8c921fc..8a6d71e 100644
--- a/demos/mediaplayer/main.cpp
+++ b/demos/mediaplayer/main.cpp
@@ -47,9 +47,9 @@ int main (int argc, char *argv[])
Q_INIT_RESOURCE(mediaplayer);
QApplication app(argc, argv);
app.setApplicationName("Media Player");
- app.setOrganizationName("Trolltech");
+ app.setOrganizationName("Qt");
app.setQuitOnLastWindowClosed(true);
-
+
QString fileString = app.arguments().value(1);
MediaPlayer player(fileString);
player.show();