diff options
author | David Robillard <d@drobilla.net> | 2012-11-21 22:11:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-11-21 22:11:28 +0000 |
commit | ad3752a9029796b95230b323af138c075c9be93f (patch) | |
tree | f1b1789f64365578c5b7fac1169eae56ef20f577 /src/gui/GraphPortModule.cpp | |
parent | 3b257a6a2f81c677cab83111051a79c5c3d5307f (diff) | |
download | ingen-ad3752a9029796b95230b323af138c075c9be93f.tar.gz ingen-ad3752a9029796b95230b323af138c075c9be93f.tar.bz2 ingen-ad3752a9029796b95230b323af138c075c9be93f.zip |
GUI::Configuration => GUI::Style.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4844 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/GraphPortModule.cpp')
-rw-r--r-- | src/gui/GraphPortModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/GraphPortModule.cpp b/src/gui/GraphPortModule.cpp index c3c3bda3..d819a68a 100644 --- a/src/gui/GraphPortModule.cpp +++ b/src/gui/GraphPortModule.cpp @@ -24,7 +24,7 @@ #include "ingen/client/GraphModel.hpp" #include "App.hpp" -#include "Configuration.hpp" +#include "Style.hpp" #include "GraphCanvas.hpp" #include "GraphPortModule.hpp" #include "GraphWindow.hpp" |