diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-02 10:51:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-02 10:53:24 +0100 |
commit | fcbb2f0b7b3aa30ffdc4c37e7bb78eb3558bafa7 (patch) | |
tree | f13586c14113f254e7a80761cb87e8dc2fb38802 /src | |
parent | Fix (stupid) crash while adding favorites via the "+" button (diff) | |
download | rekonq-fcbb2f0b7b3aa30ffdc4c37e7bb78eb3558bafa7.tar.xz |
Fix qt website
Diffstat (limited to 'src')
-rw-r--r-- | src/data/defaultbookmarks.xbel | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/data/defaultbookmarks.xbel b/src/data/defaultbookmarks.xbel index 505059df..90503d16 100644 --- a/src/data/defaultbookmarks.xbel +++ b/src/data/defaultbookmarks.xbel @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xbel> <xbel version="1.0"> - <bookmark href="http://qt.nokia.com/"> + <bookmark href="http://qt-project.org/"> <title>Qt site</title> </bookmark> <bookmark href="http://webkit.org/"> @@ -10,9 +10,6 @@ <bookmark href="http://rekonq.kde.org/"> <title>rekonq site</title> </bookmark> - <bookmark href="http://labs.qt.nokia.com/"> - <title>Qt Labs</title> - </bookmark> <bookmark href="http://kde-apps.org/"> <title>KDE-Apps.org</title> </bookmark> |