Skip to content
Snippets Groups Projects
Commit 475a1413 authored by hjk's avatar hjk
Browse files

long live the king

parent 93cbef87
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
the Linux, Mac OS X and Windows platforms. the Linux, Mac OS X and Windows platforms.
\note Please report bugs and suggestions to the Qt task tracker at \note Please report bugs and suggestions to the Qt task tracker at
http://qtsoftware.com/developer/task-tracker. You can also join the http://qt.nokia.com/developer/task-tracker. You can also join the
qt-creator@trolltech.com mailing list. To subscribe, send a message with qt-creator@trolltech.com mailing list. To subscribe, send a message with
the word \e subscribe to qt-creator-request@trolltech.com. For more the word \e subscribe to qt-creator-request@trolltech.com. For more
information on Qt mailing lists, visit http://lists.trolltech.com information on Qt mailing lists, visit http://lists.trolltech.com
......
...@@ -54,7 +54,7 @@ CommunityWelcomePageWidget::CommunityWelcomePageWidget(QWidget *parent) : ...@@ -54,7 +54,7 @@ CommunityWelcomePageWidget::CommunityWelcomePageWidget(QWidget *parent) :
//: Add localized feed here only if one exists //: Add localized feed here only if one exists
m_rssFetcher->fetch(QUrl(tr("http://labs.trolltech.com/blogs/feed"))); m_rssFetcher->fetch(QUrl(tr("http://labs.trolltech.com/blogs/feed")));
ui->sitesTreeWidget->addItem(tr("Qt Home"), QLatin1String("http://qtsoftware.com")); ui->sitesTreeWidget->addItem(tr("Qt Home"), QLatin1String("http://qt.nokia.com"));
ui->sitesTreeWidget->addItem(tr("Qt Labs"), QLatin1String("http://labs.trolltech.com")); ui->sitesTreeWidget->addItem(tr("Qt Labs"), QLatin1String("http://labs.trolltech.com"));
ui->sitesTreeWidget->addItem(tr("Qt Git Hosting"), QLatin1String("http://qt.gitorious.org")); ui->sitesTreeWidget->addItem(tr("Qt Git Hosting"), QLatin1String("http://qt.gitorious.org"));
ui->sitesTreeWidget->addItem(tr("Qt Centre"), QLatin1String("http://www.qtcentre.org")); ui->sitesTreeWidget->addItem(tr("Qt Centre"), QLatin1String("http://www.qtcentre.org"));
...@@ -67,13 +67,10 @@ CommunityWelcomePageWidget::~CommunityWelcomePageWidget() ...@@ -67,13 +67,10 @@ CommunityWelcomePageWidget::~CommunityWelcomePageWidget()
delete ui; delete ui;
} }
void CommunityWelcomePageWidget::slotUrlClicked(const QString &data) void CommunityWelcomePageWidget::slotUrlClicked(const QString &data)
{ {
QDesktopServices::openUrl(QUrl(data)); QDesktopServices::openUrl(QUrl(data));
} }
} // namespace Internal } // namespace Internal
} // namespace Welcome } // namespace Welcome
...@@ -219,7 +219,7 @@ void WelcomeMode::showClickedPage() ...@@ -219,7 +219,7 @@ void WelcomeMode::showClickedPage()
void WelcomeMode::slotFeedback() void WelcomeMode::slotFeedback()
{ {
QDesktopServices::openUrl(QUrl(QLatin1String( QDesktopServices::openUrl(QUrl(QLatin1String(
"http://qtsoftware.com/forms/feedback-forms/qt-creator-user-feedback/view"))); "http://qt.nokia.com/forms/feedback-forms/qt-creator-user-feedback/view")));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment