summaryrefslogtreecommitdiff
path: root/examples/webkitwidgets/browser/data/defaultbookmarks.xbel
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2014-04-07 14:52:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-14 06:46:34 +0200
commit480cbb2b00b80baa90676fb3adfa982711006da8 (patch)
tree98248d9431071f3e27db2c2aee77c4310d216bfb /examples/webkitwidgets/browser/data/defaultbookmarks.xbel
parentc9d13139b65818785f218cc96d136d33591ca2f5 (diff)
downloadqtwebkit-examples-480cbb2b00b80baa90676fb3adfa982711006da8.tar.gz
Fix up tabbed browser example.
* Replaces deprecated Q_WS_MAC preprocessor defines. * Adds a command line parser. * Adds Digia Qt home page to the default bookmarks. * Removes dead Q_WS_QWS flagged code. Task-number: QTBUG-38069 Change-Id: If4ef67434c76c2ea096fa1250a9ffaa0e53e47dd Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
Diffstat (limited to 'examples/webkitwidgets/browser/data/defaultbookmarks.xbel')
-rw-r--r--examples/webkitwidgets/browser/data/defaultbookmarks.xbel6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/webkitwidgets/browser/data/defaultbookmarks.xbel b/examples/webkitwidgets/browser/data/defaultbookmarks.xbel
index 7a95e36..a616c76 100644
--- a/examples/webkitwidgets/browser/data/defaultbookmarks.xbel
+++ b/examples/webkitwidgets/browser/data/defaultbookmarks.xbel
@@ -9,12 +9,12 @@
<bookmark href="http://webkit.org/">
<title>WebKit.org</title>
</bookmark>
+ <bookmark href="http://qt.digia.com">
+ <title>Digia Qt Home Page</title>
+ </bookmark>
<bookmark href="http://qt-project.org/doc/">
<title>Qt Documentation</title>
</bookmark>
- <bookmark href="http://qt-project.org/quarterly/">
- <title>Qt Quarterly</title>
- </bookmark>
<bookmark href="http://planet.qt-project.org/">
<title>Qt Blog</title>
</bookmark>