diff options
Diffstat (limited to '')
| -rw-r--r-- | src/ui/dialog-events.cpp (renamed from src/dialogs/dialog-events.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/dialog-events.cpp b/src/ui/dialog-events.cpp index a12e3eafc..6bd93bbc3 100644 --- a/src/dialogs/dialog-events.cpp +++ b/src/ui/dialog-events.cpp @@ -29,7 +29,7 @@ #include "preferences.h" #include "ui/tools/tool-base.h" -#include "dialog-events.h" +#include "ui/dialog-events.h" /** @@ -187,7 +187,7 @@ void on_transientize (SPDesktop *desktop, win_data *wd ) } void -sp_transientize_callback ( Inkscape::Application * /*inkscape*/, +sp_transientize_callback ( InkscapeApplication * /*inkscape*/, SPDesktop *desktop, win_data *wd ) { Inkscape::Preferences *prefs = Inkscape::Preferences::get(); |
