From 466f306c1154b7aeccff301b8597872b82e3c806 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Jul 2006 08:59:30 +0000 Subject: Changed namespace names, removed almost all references to "Om" git-svn-id: http://svn.drobilla.net/lad/ingen@97 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/Configuration.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/progs/ingenuity/Configuration.h') diff --git a/src/progs/ingenuity/Configuration.h b/src/progs/ingenuity/Configuration.h index 32fcc706..9550c41b 100644 --- a/src/progs/ingenuity/Configuration.h +++ b/src/progs/ingenuity/Configuration.h @@ -19,13 +19,13 @@ #include -namespace LibOmClient { class PortModel; } -using LibOmClient::PortModel; +namespace Ingen { namespace Client { class PortModel; } } +using Ingen::Client::PortModel; using std::string; struct Coord { double x; double y; }; -namespace OmGtk { +namespace Ingenuity { class Controller; @@ -35,7 +35,7 @@ class Controller; * Stores settings like color preferences, search paths, etc. * (ie any user-defined preferences to be stoed in the rc file). * - * \ingroup OmGtk + * \ingroup Ingenuity */ class Configuration { @@ -69,7 +69,7 @@ private: }; -} // namespace OmGtk +} // namespace Ingenuity #endif // CONFIG_H -- cgit v1.2.1