diff options
Diffstat (limited to 'demos/embedded/styledemo/main.cpp')
-rw-r--r-- | demos/embedded/styledemo/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/embedded/styledemo/main.cpp b/demos/embedded/styledemo/main.cpp index 7aab532..7cb6b7f 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(); |