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 | |
parent | Fix (stupid) crash while adding favorites via the "+" button (diff) | |
download | rekonq-fcbb2f0b7b3aa30ffdc4c37e7bb78eb3558bafa7.tar.xz |
Fix qt website
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/data/defaultbookmarks.xbel | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 298ed8b9..4b628a5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,7 @@ ELSE(QT4_FOUND) MESSAGE(STATUS " Qt library found...................... NO") MESSAGE(STATUS "") MESSAGE(SEND_ERROR " rekonq needs at least Qt ${QT_MIN_VERSION}. Please install it and try compiling again.") - MESSAGE(STATUS " Qt website is at http://qt.nokia.com") + MESSAGE(STATUS " Qt website is at http://qt-project.org") MESSAGE(STATUS "") ENDIF(QT4_FOUND) 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> |