diff options
Diffstat (limited to 'src/progs/ingenuity/OmPort.h')
-rw-r--r-- | src/progs/ingenuity/OmPort.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/progs/ingenuity/OmPort.h b/src/progs/ingenuity/OmPort.h index 00632aad..d5021d79 100644 --- a/src/progs/ingenuity/OmPort.h +++ b/src/progs/ingenuity/OmPort.h @@ -22,12 +22,12 @@ #include <flowcanvas/Port.h> #include "util/CountedPtr.h" -namespace LibOmClient { class PortModel; } -using namespace LibOmClient; +namespace Ingen { namespace Client { class PortModel; } } +using namespace Ingen::Client; using namespace LibFlowCanvas; using std::string; using std::list; -namespace OmGtk { +namespace Ingenuity { class FlowCanvas; class PatchController; @@ -37,7 +37,7 @@ class OmModule; /** A Port on an OmModule. * - * \ingroup OmGtk + * \ingroup Ingenuity */ class OmPort : public LibFlowCanvas::Port { @@ -55,6 +55,6 @@ private: }; -} // namespace OmGtk +} // namespace Ingenuity #endif // OMPORT_H |