summaryrefslogtreecommitdiff
path: root/src/backgroundwidget.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 00:14:44 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 00:14:44 +0000
commitdd6f90684899e8e26e653af4b2e7e7eab1abf798 (patch)
tree6abc26138d2e929dc05cad1435ec02664eb4c988 /src/backgroundwidget.hh
parent17d63184998b747e1a0554dc4364a36238b039e1 (diff)
compiles with the new render subsystem...
Diffstat (limited to 'src/backgroundwidget.hh')
-rw-r--r--src/backgroundwidget.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh
index 23dd9918..640ac45e 100644
--- a/src/backgroundwidget.hh
+++ b/src/backgroundwidget.hh
@@ -16,7 +16,7 @@ public:
BackgroundWidget(otk::Widget *parent, WidgetBase::WidgetType type);
virtual ~BackgroundWidget();
- virtual void setStyle(otk::Style *style);
+ virtual void setStyle(otk::RenderStyle *style);
virtual void adjust();