aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/form.cc2
-rw-r--r--src/form.hh4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/form.cc b/src/form.cc
index d3a3a4de..79867a65 100644
--- a/src/form.cc
+++ b/src/form.cc
@@ -69,7 +69,7 @@ const char *Form::RadioButtonResourceDecorator::getValue ()
Form::Form (void *p)
{
ext_data = p;
- resources = new container::typed::List <ResourceDecorator> (true);
+ resources = new lout::container::typed::List <ResourceDecorator> (true);
}
Form::~Form ()
diff --git a/src/form.hh b/src/form.hh
index 380c921e..be5d0557 100644
--- a/src/form.hh
+++ b/src/form.hh
@@ -23,7 +23,7 @@ private:
* This is the abstract base class, sub classes have to be defined to
* decorate specific sub interfaces of dw::core::ui::Resource.
*/
- class ResourceDecorator: public object::Object
+ class ResourceDecorator: public lout::object::Object
{
private:
const char *name;
@@ -72,7 +72,7 @@ private:
const char *getValue ();
};
- container::typed::List <ResourceDecorator> *resources;
+ lout::container::typed::List <ResourceDecorator> *resources;
void *ext_data; // external data pointer