diff options
-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> |