aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-26 20:04:53 +0200
committerjcid <devnull@localhost>2008-04-26 20:04:53 +0200
commiteccdc11eb569dd80fca55b1306f26c4d346bdea2 (patch)
tree83b5815b4a71364fa8538ecdbdeaf9bb9432a7a4
parent32078d445abcee88193dc29189ac2027061d1ac7 (diff)
- Added the "lout" namespace.
-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