aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-changes.doc4
-rw-r--r--doc/dw-layout-widgets.doc4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/dw-changes.doc b/doc/dw-changes.doc
index b76e9433..18341399 100644
--- a/doc/dw-changes.doc
+++ b/doc/dw-changes.doc
@@ -91,7 +91,7 @@ The old documentation has been moved to:
<tr><td>remarks on specific widgets <td>respective source files: dw::Bullet,
dw::core::ui::Embed
<tr><td rowspan="2">DwImage.txt
- <td>signals <td>dw::core::Widget::LinkReceiver
+ <td>signals <td>dw::core::Layout::LinkReceiver
<tr><td>rest <td>dw::Image,
\ref dw-images-and-backgrounds
<tr><td colspan="2">Imgbuf.txt <td>dw::core::Imgbuf,
@@ -106,4 +106,4 @@ The old documentation has been moved to:
<tr><td colspan="2">Selection.txt <td>dw::core::SelectionState
</table>
-*/ \ No newline at end of file
+*/
diff --git a/doc/dw-layout-widgets.doc b/doc/dw-layout-widgets.doc
index f5b0ed06..085e103e 100644
--- a/doc/dw-layout-widgets.doc
+++ b/doc/dw-layout-widgets.doc
@@ -232,7 +232,7 @@ and dw::core::Widget::leaveNotifyImpl are called.
<h3>Signals</h3>
If a caller outside of the widget is interested in these events, he
-can connect a dw::core::Widget::EventReceiver. For those events with a
+can connect a dw::core::Layoutt::LinkReceiver. For those events with a
boolean return value, the results of the signal emission is regarded,
i.e. the delegation of an event to the parent of the widget can be
stopped by a signal receiver returning true, even if the widget method
@@ -267,4 +267,4 @@ background colors to parts of a widget (as dw::Table does for rows),
it must call dw::core::Widget::setBgColor for the children inside this
part.
-*/ \ No newline at end of file
+*/