diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-10-05 16:38:15 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-10-05 16:38:15 +0000 |
| commit | efd39893a4f5e629a9df2d0674222aea1be14199 (patch) | |
| tree | e9da01b7e3f274a5bfc9aae48bfc53f2f8a8775d /src/widgets | |
| parent | More template changes for 96 px per inch. (diff) | |
| download | inkscape-efd39893a4f5e629a9df2d0674222aea1be14199.tar.gz inkscape-efd39893a4f5e629a9df2d0674222aea1be14199.zip | |
Move obvious ui component to ui/
(bzr r13341.1.247)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/button.cpp | 2 | ||||
| -rw-r--r-- | src/widgets/desktop-widget.cpp | 2 | ||||
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp index cda97654e..1776e28c4 100644 --- a/src/widgets/button.cpp +++ b/src/widgets/button.cpp @@ -16,7 +16,7 @@ #include "button.h" #include "helper/action-context.h" -#include "interface.h" +#include "ui/interface.h" #include "shortcuts.h" #include "helper/action.h" diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp index fec46b188..388d22e29 100644 --- a/src/widgets/desktop-widget.cpp +++ b/src/widgets/desktop-widget.cpp @@ -46,7 +46,7 @@ #include "util/units.h" #include "ui/widget/unit-tracker.h" #include "inkscape-private.h" -#include "interface.h" +#include "ui/interface.h" #include "macros.h" #include "preferences.h" #include "sp-image.h" diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 939546f78..ba70c081e 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -53,7 +53,7 @@ #include "../ink-action.h" #include "../ink-comboboxentry-action.h" #include "../inkscape.h" -#include "../interface.h" +#include "ui/interface.h" #include "../shortcuts.h" #include "../sp-namedview.h" #include "../tools-switch.h" |
