diff options
author | Michele Calgaro <[email protected]> | 2024-10-18 17:03:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-29 21:58:43 +0900 |
commit | 75de44ef55d460b4115e9b52a28f09d8f81c013a (patch) | |
tree | d55d0e3981bbad8eaae3e4254f52506e139a60ce /src/dialogs | |
parent | 40fbabf0fe3486a8e91f3caf2fbb40e341ba69aa (diff) | |
download | krecipes-75de44ef55d460b4115e9b52a28f09d8f81c013a.tar.gz krecipes-75de44ef55d460b4115e9b52a28f09d8f81c013a.zip |
Generalize inclusion of file generated by tquic
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 722352152635f6aec20d7d3bdf2554b7745c633f)
Diffstat (limited to 'src/dialogs')
-rw-r--r-- | src/dialogs/Makefile.am | 2 | ||||
-rw-r--r-- | src/dialogs/recipeinputdialog.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am index 23f80e1..3983375 100644 --- a/src/dialogs/Makefile.am +++ b/src/dialogs/Makefile.am @@ -4,7 +4,7 @@ # of the other Makefile.am variables # set the include path for X, tqt and TDE -INCLUDES = -I$(srcdir)/.. $(all_includes) +INCLUDES = -I$(srcdir)/.. -I$(builddir)/.. $(all_includes) KDE_CXXFLAGS = $(USE_EXCEPTIONS) diff --git a/src/dialogs/recipeinputdialog.cpp b/src/dialogs/recipeinputdialog.cpp index 31ee38e..5f7a46a 100644 --- a/src/dialogs/recipeinputdialog.cpp +++ b/src/dialogs/recipeinputdialog.cpp @@ -53,7 +53,7 @@ #include "widgets/fractioninput.h" #include "widgets/kretextedit.h" #include "widgets/inglistviewitem.h" -#include "../widgets/ratingdisplaywidget.h" +#include "widgets/ratingdisplaywidget.h" #include "widgets/kwidgetlistbox.h" #include "widgets/ingredientinputwidget.h" #include "image.h" //Initializes default photo |