X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbackgroundwidget.hh;h=640ac45e37d04834873eca6b273d2415e36482bf;hb=5face4c6f35172761367f63ac0b6eaf62d84e532;hp=dbc7b5f6984928d8f514c822c12f2d8cad960f06;hpb=c8e246f8de5af9963b22cc104d22ca10772028dd;p=chaz%2Fopenbox diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh index dbc7b5f6..640ac45e 100644 --- a/src/backgroundwidget.hh +++ b/src/backgroundwidget.hh @@ -1,22 +1,22 @@ // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- -#ifndef __obbackgroundwidget_hh -#define __obbackgroundwidget_hh +#ifndef __backgroundwidget_hh +#define __backgroundwidget_hh #include "otk/widget.hh" #include "widgetbase.hh" namespace ob { -class OBBackgroundWidget : public otk::OtkWidget, public OBWidget +class BackgroundWidget : public otk::Widget, public WidgetBase { private: void setTextures(); public: - OBBackgroundWidget(otk::OtkWidget *parent, OBWidget::WidgetType type); - virtual ~OBBackgroundWidget(); + BackgroundWidget(otk::Widget *parent, WidgetBase::WidgetType type); + virtual ~BackgroundWidget(); - virtual void setStyle(otk::Style *style); + virtual void setStyle(otk::RenderStyle *style); virtual void adjust(); @@ -26,4 +26,4 @@ public: } -#endif // __obbackgroundwidget_hh +#endif // __backgroundwidget_hh