summaryrefslogtreecommitdiffstats
path: root/examples/webkit/framecapture/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webkit/framecapture/main.cpp')
-rw-r--r--examples/webkit/framecapture/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webkit/framecapture/main.cpp b/examples/webkit/framecapture/main.cpp
index fcdb62a7a..0de5e1456 100644
--- a/examples/webkit/framecapture/main.cpp
+++ b/examples/webkit/framecapture/main.cpp
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -55,7 +55,7 @@ int main(int argc, char * argv[])
std::cout << " 'outputfile' is the prefix of the image files to be generated" << std::endl;
std::cout << std::endl;
std::cout << "Example: " << std::endl;
- std::cout << " framecapture www.trolltech.com trolltech.png" << std::endl;
+ std::cout << " framecapture qt.nokia.com trolltech.png" << std::endl;
std::cout << std::endl;
std::cout << "Result:" << std::endl;
std::cout << " trolltech.png (full page)" << std::endl;