diff options
author | corvid <corvid@lavabit.com> | 2009-10-29 02:21:08 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-10-29 02:21:08 +0000 |
commit | 21f85b39f22ff0f5cd373a4cfedba115ee533e98 (patch) | |
tree | 2f0f83b174694e8bca454480942bc0f1bcdec799 /src/html_common.hh | |
parent | 2949961d999576c217bb5be79fd643d53eb6698a (diff) |
move link signal emitter/receiver from Widget to Layout
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 8795637f..933274fe 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -121,7 +121,7 @@ struct _DilloHtmlState { class DilloHtml { private: - class HtmlLinkReceiver: public dw::core::Widget::LinkReceiver { + class HtmlLinkReceiver: public dw::core::Layout::LinkReceiver { public: DilloHtml *html; |