diff options
| author | Thiago Macieira <thiago@kde.org> | 2006-04-10 10:49:36 +0000 | 
|---|---|---|
| committer | Thiago Macieira <thiago@kde.org> | 2006-04-10 10:49:36 +0000 | 
| commit | 399c44a133b8a2a409e30c271be74c93c42d992b (patch) | |
| tree | c4c83254c434deb8c6e6f857cb2d1bbf60366b88 /qt/qt-dbus.qdocconf | |
| parent | 68b0f5235909a25a7cc4f679592fc7765e845cbf (diff) | |
	Merge from Subversion:
	* qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
	  something that exists (r526315)
	* qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
	  slots/signals (r526316)
	* qt/qdbusinternalfilters.cpp: Fix the setProperty call and
	  also return an unknown-method error if the parameters don't
	  match for org.freedesktop.DBus.Properties. (r526842)
	* qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
	* qt/qdbusintegrator.cpp: Restore the proper order of
	  delivery: don't make method returns be delivered on priority
	  (r528150)
Diffstat (limited to 'qt/qt-dbus.qdocconf')
| -rw-r--r-- | qt/qt-dbus.qdocconf | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qt-dbus.qdocconf b/qt/qt-dbus.qdocconf index 5c5ef6ca..db9fcd6e 100644 --- a/qt/qt-dbus.qdocconf +++ b/qt/qt-dbus.qdocconf @@ -126,7 +126,7 @@ HTML.postheader         = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0  HTML.footer             = "<p /><address><hr /><div align=\"center\">\n" \                            "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ -                          "<td width=\"30%\">Copyright © 2006 <a href=\"trolltech.html\">Trolltech</a></td>\n" \ +                          "<td width=\"30%\">Copyright © 2006 <a href=\"http://www.trolltech.com\">Trolltech</a></td>\n" \                            "<td width=\"40%\" align=\"center\"> </td>\n" \                            "<td width=\"30%\" align=\"right\"><div align=\"right\">QtDBus \\version</div></td>\n" \                            "</tr></table></div></address>"  | 
