diff options
author | Friedemann Kleint <[email protected]> | 2013-07-11 15:42:34 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-07-11 17:29:39 +0200 |
commit | 376abfab39fe849a8d43a9cc425012b8dfe5f6ff (patch) | |
tree | 4e15fd2284a4298ea383f0cdc08b30d0e76081e8 /examples/embedded/styleexample/main.cpp | |
parent | 2c0f7fb8dc113ca3a1c0446edcd1b6ff05c082f0 (diff) |
Remove references to Nokia in qtbase examples.
Change-Id: I0d4a309bc7f92e1ad2c7465bfb2d677c91e6d818
Reviewed-by: Jerome Pasion <[email protected]>
Diffstat (limited to 'examples/embedded/styleexample/main.cpp')
-rw-r--r-- | examples/embedded/styleexample/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/embedded/styleexample/main.cpp b/examples/embedded/styleexample/main.cpp index 833dbadd49f..6630682fe4d 100644 --- a/examples/embedded/styleexample/main.cpp +++ b/examples/embedded/styleexample/main.cpp @@ -48,8 +48,8 @@ int main(int argc, char *argv[]) Q_INIT_RESOURCE(styleexample); app.setApplicationName("style"); - app.setOrganizationName("Nokia"); - app.setOrganizationDomain("com.nokia.qt"); + app.setOrganizationName("QtProject"); + app.setOrganizationDomain("www.qt-project.org"); StyleWidget widget; widget.showFullScreen(); |