diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-11 19:42:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-11 19:42:43 +0000 |
| commit | 77ab46d1e35d48e73c201e6de88b26f48bb06425 (patch) | |
| tree | 6d2e5052e9d3a77f20a34354af9a266fff5d59a1 /src/backgroundwidget.hh | |
| parent | f1b9e2168d8c1b03b0fcf0b6dd70aa46c513059d (diff) | |
removing all prefixes completed
Diffstat (limited to 'src/backgroundwidget.hh')
| -rw-r--r-- | src/backgroundwidget.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh index dbc7b5f6..23dd9918 100644 --- a/src/backgroundwidget.hh +++ b/src/backgroundwidget.hh @@ -1,20 +1,20 @@ // -*- 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); @@ -26,4 +26,4 @@ public: } -#endif // __obbackgroundwidget_hh +#endif // __backgroundwidget_hh |
