summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/ingenuity/Controller.h')
-rw-r--r--src/progs/ingenuity/Controller.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/progs/ingenuity/Controller.h b/src/progs/ingenuity/Controller.h
index dac00d62..a2c1ce0d 100644
--- a/src/progs/ingenuity/Controller.h
+++ b/src/progs/ingenuity/Controller.h
@@ -24,16 +24,16 @@
#include "PluginModel.h"
#include "OSCModelEngineInterface.h"
-namespace LibOmClient {
+namespace Ingen { namespace Client {
class PatchModel;
class NodeModel;
class PatchLibrarian;
-}
+} }
using std::string; using std::list;
-using namespace LibOmClient;
+using namespace Ingen::Client;
-namespace OmGtk {
+namespace Ingenuity {
class PatchController;
class Loader;
@@ -47,7 +47,7 @@ class Loader;
* This needs to be either eliminated or the name changed to OmController. Probably
* best to keep around in case multiple engine control support comes around?
*
- * \ingroup OmGtk
+ * \ingroup Ingenuity
*/
class Controller : public OSCModelEngineInterface
{
@@ -105,6 +105,6 @@ private:
};
-} // namespace OmGtk
+} // namespace Ingenuity
#endif // CONTROLLER_H