summaryrefslogtreecommitdiffstats
path: root/tools/assistant/tools/assistant/installdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/tools/assistant/installdialog.cpp')
-rw-r--r--tools/assistant/tools/assistant/installdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/assistant/tools/assistant/installdialog.cpp b/tools/assistant/tools/assistant/installdialog.cpp
index 2574f1f8b..ae190e007 100644
--- a/tools/assistant/tools/assistant/installdialog.cpp
+++ b/tools/assistant/tools/assistant/installdialog.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$
**
****************************************************************************/
@@ -106,7 +106,7 @@ void InstallDialog::init()
m_ui.statusLabel->setText(tr("Downloading documentation info..."));
m_ui.progressBar->show();
- QUrl url(QLatin1String("http://doc.trolltech.com/assistantdocs/docs.txt"));
+ QUrl url(QLatin1String("http://qt.nokia.com/doc/assistantdocs/docs.txt"));
m_buffer = new QBuffer();
m_buffer->open(QBuffer::ReadWrite);
@@ -214,7 +214,7 @@ void InstallDialog::downloadNextFile()
m_ui.statusLabel->setText(tr("Downloading %1...").arg(fileName));
m_ui.progressBar->show();
- QLatin1String urlStr("http://doc.trolltech.com/assistantdocs/%1");
+ QLatin1String urlStr("http://qt.nokia.com/doc/assistantdocs/%1");
QUrl url(QString(urlStr).arg(fileName));
m_httpAborted = false;