summaryrefslogtreecommitdiff
path: root/src/plugins/welcome/communitywelcomepagewidget.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-08-14 09:37:15 +0200
committerhjk <qtc-committer@nokia.com>2009-08-14 09:37:15 +0200
commit475a14135672411b4b6f15d0f70e8ce1f5adf7a7 (patch)
tree3e5446d9e24df764c554ca331edfb019438889a1 /src/plugins/welcome/communitywelcomepagewidget.cpp
parent93cbef87240ba0979732349918b0d083a9bd293d (diff)
downloadqt-creator-475a14135672411b4b6f15d0f70e8ce1f5adf7a7.tar.gz
long live the king
Diffstat (limited to 'src/plugins/welcome/communitywelcomepagewidget.cpp')
-rw-r--r--src/plugins/welcome/communitywelcomepagewidget.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/welcome/communitywelcomepagewidget.cpp b/src/plugins/welcome/communitywelcomepagewidget.cpp
index 2e7129c8f1..40b39517c1 100644
--- a/src/plugins/welcome/communitywelcomepagewidget.cpp
+++ b/src/plugins/welcome/communitywelcomepagewidget.cpp
@@ -54,7 +54,7 @@ CommunityWelcomePageWidget::CommunityWelcomePageWidget(QWidget *parent) :
//: Add localized feed here only if one exists
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 Git Hosting"), QLatin1String("http://qt.gitorious.org"));
ui->sitesTreeWidget->addItem(tr("Qt Centre"), QLatin1String("http://www.qtcentre.org"));
@@ -67,13 +67,10 @@ CommunityWelcomePageWidget::~CommunityWelcomePageWidget()
delete ui;
}
-
void CommunityWelcomePageWidget::slotUrlClicked(const QString &data)
{
QDesktopServices::openUrl(QUrl(data));
}
-
-
} // namespace Internal
} // namespace Welcome