summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/PatchPropertiesWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/ingenuity/PatchPropertiesWindow.h')
-rw-r--r--src/progs/ingenuity/PatchPropertiesWindow.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/progs/ingenuity/PatchPropertiesWindow.h b/src/progs/ingenuity/PatchPropertiesWindow.h
index 03328ca4..76f12061 100644
--- a/src/progs/ingenuity/PatchPropertiesWindow.h
+++ b/src/progs/ingenuity/PatchPropertiesWindow.h
@@ -23,17 +23,17 @@
#include "util/CountedPtr.h"
using std::string;
-namespace LibOmClient { class PatchModel; }
-using LibOmClient::PatchModel;
+namespace Ingen { namespace Client { class PatchModel; } }
+using Ingen::Client::PatchModel;
-namespace OmGtk {
+namespace Ingenuity {
/** Patch Properties Window.
*
* Loaded by libglade as a derived object.
*
- * \ingroup OmGtk
+ * \ingroup Ingenuity
*/
class PatchPropertiesWindow : public Gtk::Window
{
@@ -55,6 +55,6 @@ private:
};
-} // namespace OmGtk
+} // namespace Ingenuity
#endif // PATCHPROPERTIESWINDOW_H