From d536400b45d5ea05df97d42b81802ef801cb2eda Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Mon, 14 Mar 2022 20:54:59 +0100 Subject: Cleanup and fix headers installed for public API + Added installation of headers that are referenced, but were not installed. + Some headers were listed as inst_HEADERS and also as noinst_HEADERS. + Replaced paths to directories in source code used in "include <...>". + Common "tdeversion.h" is now used instead of local "kdecompat.h". + Including "config.h" has been moved from ".h" to ".cpp" files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kmymoney2/dialogs/kcsvprogressdlg.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kmymoney2/dialogs/kcsvprogressdlg.cpp') diff --git a/kmymoney2/dialogs/kcsvprogressdlg.cpp b/kmymoney2/dialogs/kcsvprogressdlg.cpp index 86dd313..c8c4f99 100644 --- a/kmymoney2/dialogs/kcsvprogressdlg.cpp +++ b/kmymoney2/dialogs/kcsvprogressdlg.cpp @@ -17,6 +17,11 @@ * (at your option) any later version. * * * ***************************************************************************/ + +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- cgit v1.2.3