diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 05:26:23 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 05:26:23 (GMT) |
commit | 168ebe84e7b7234a4f51e7b3b6ac4f14b6766c20 (patch) | |
tree | 8428f893886a05ef2d12d73d8e0aba57b902a96a /tools/doxygen | |
parent | 812b3940012f3c04fb79b8fa8c4ac64ff8051dd4 (diff) | |
download | Qt-168ebe84e7b7234a4f51e7b3b6ac4f14b6766c20.zip Qt-168ebe84e7b7234a4f51e7b3b6ac4f14b6766c20.tar.gz Qt-168ebe84e7b7234a4f51e7b3b6ac4f14b6766c20.tar.bz2 |
Update URL's to use new domain.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/config/header.html | 4 | ||||
-rw-r--r-- | tools/doxygen/config/phonon.doxyfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/doxygen/config/header.html b/tools/doxygen/config/header.html index a445b2a..504d4f7 100644 --- a/tools/doxygen/config/header.html +++ b/tools/doxygen/config/header.html @@ -10,7 +10,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"> -<a href="http://qtsoftware.com/products/qt"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></a> +<a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></a> </td> <td width="1"> </td> <td class="postheader" valign="center"> @@ -27,4 +27,4 @@ <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="top" width="230"><a href="http://qtsoftware.com"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></a></td></tr></table> +<td align="right" valign="top" width="230"><a href="http://qt.nokia.com"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></a></td></tr></table> diff --git a/tools/doxygen/config/phonon.doxyfile b/tools/doxygen/config/phonon.doxyfile index a190cfa..a43007d 100644 --- a/tools/doxygen/config/phonon.doxyfile +++ b/tools/doxygen/config/phonon.doxyfile @@ -216,5 +216,5 @@ ALIASES = \ "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \ "gpl=<a href=\"http://www.fsf.org/licensing/licenses/gpl.html#SEC1\">GPL</a>" \ "lgpl=<a href=\"http://www.fsf.org/licensing/licenses/lgpl.html#SEC1\">LGPL</a>" \ - "qpl=<a href=\"http://qtsoftware.com/products/qt/licenses\">QPL</a>" + "qpl=<a href=\"http://qt.nokia.com/products/licensing\">QPL</a>" |