From b909487af57677f53f97752ad481c1da79d4b31d Mon Sep 17 00:00:00 2001 From: cilix42 Date: Sat, 22 Mar 2008 00:17:46 +0000 Subject: [PATCH] =?utf8?q?Really=20fix=20compile=20(patch=20by=20Krzysztof?= =?utf8?q?=20Kosi=C5=84ski)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/dialogs/Makefile_insert | 4 +--- src/widgets/Makefile_insert | 2 ++ src/{dialogs => widgets}/calligraphic-profile-rename.cpp | 0 src/{dialogs => widgets}/calligraphic-profile-rename.h | 0 src/widgets/toolbox.cpp | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename src/{dialogs => widgets}/calligraphic-profile-rename.cpp (100%) rename src/{dialogs => widgets}/calligraphic-profile-rename.h (100%) diff --git a/src/dialogs/Makefile_insert b/src/dialogs/Makefile_insert index 2f687ea46..4b1d42abb 100644 --- a/src/dialogs/Makefile_insert +++ b/src/dialogs/Makefile_insert @@ -63,9 +63,7 @@ dialogs_libspdialogs_a_SOURCES = \ dialogs/unclump.cpp \ dialogs/unclump.h \ dialogs/iconpreview.cpp \ - dialogs/iconpreview.h \ - dialogs/calligraphic-profile-rename.h \ - dialogs/calligraphic-profile-rename.cpp + dialogs/iconpreview.h # dialogs/sp-widget.c \ # dialogs/sp-widget.h \ diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index d46037157..6cc3bb1f0 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -13,6 +13,8 @@ widgets/clean: widgets_libspwidgets_a_SOURCES = \ widgets/button.cpp \ widgets/button.h \ + widgets/calligraphic-profile-rename.cpp \ + widgets/calligraphic-profile-rename.h \ widgets/dash-selector.cpp \ widgets/dash-selector.h \ widgets/desktop-widget.cpp \ diff --git a/src/dialogs/calligraphic-profile-rename.cpp b/src/widgets/calligraphic-profile-rename.cpp similarity index 100% rename from src/dialogs/calligraphic-profile-rename.cpp rename to src/widgets/calligraphic-profile-rename.cpp diff --git a/src/dialogs/calligraphic-profile-rename.h b/src/widgets/calligraphic-profile-rename.h similarity index 100% rename from src/dialogs/calligraphic-profile-rename.h rename to src/widgets/calligraphic-profile-rename.h diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index c59447b78..d3fef1f8d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -103,7 +103,7 @@ #include "svg/css-ostringstream.h" -#include "../dialogs/calligraphic-profile-rename.h" +#include "widgets/calligraphic-profile-rename.h" using Inkscape::UnitTracker; -- 2.30.2