summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphView.cpp')
-rw-r--r--src/gui/GraphView.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/GraphView.cpp b/src/gui/GraphView.cpp
index e6361249..42e19344 100644
--- a/src/gui/GraphView.cpp
+++ b/src/gui/GraphView.cpp
@@ -28,11 +28,11 @@
#include "GraphView.hpp"
#include "WidgetFactory.hpp"
-namespace Ingen {
+namespace ingen {
-using namespace Client;
+using namespace client;
-namespace GUI {
+namespace gui {
GraphView::GraphView(BaseObjectType* cobject,
const Glib::RefPtr<Gtk::Builder>& xml)
@@ -150,5 +150,5 @@ GraphView::property_changed(const URI& predicate, const Atom& value)
_enable_signal = true;
}
-} // namespace GUI
-} // namespace Ingen
+} // namespace gui
+} // namespace ingen