summaryrefslogtreecommitdiffstats
path: root/demos/embedded/styledemo/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/styledemo/main.cpp')
-rw-r--r--demos/embedded/styledemo/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/embedded/styledemo/main.cpp b/demos/embedded/styledemo/main.cpp
index 7aab5323bd..7cb6b7f97a 100644
--- a/demos/embedded/styledemo/main.cpp
+++ b/demos/embedded/styledemo/main.cpp
@@ -48,8 +48,8 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(styledemo);
app.setApplicationName("style");
- app.setOrganizationName("Trolltech");
- app.setOrganizationDomain("com.trolltech");
+ app.setOrganizationName("Nokia");
+ app.setOrganizationDomain("com.nokia.qt");
StyleWidget widget;
widget.showFullScreen();