diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-03-14 20:54:59 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-03-14 20:54:59 +0100 |
commit | d536400b45d5ea05df97d42b81802ef801cb2eda (patch) | |
tree | 4f939a22e459774769af71a2802535247bc2387c /kmymoney2/mymoney/storage/mymoneystoragesql.h | |
parent | 25166939bdb48ffd0ec0afd96d812d36905f4718 (diff) | |
download | kmymoney-d536400b45d5ea05df97d42b81802ef801cb2eda.tar.gz kmymoney-d536400b45d5ea05df97d42b81802ef801cb2eda.zip |
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.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kmymoney2/mymoney/storage/mymoneystoragesql.h')
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragesql.h | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/kmymoney2/mymoney/storage/mymoneystoragesql.h b/kmymoney2/mymoney/storage/mymoneystoragesql.h index 6bf7289..ba4f279 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragesql.h +++ b/kmymoney2/mymoney/storage/mymoneystoragesql.h @@ -28,22 +28,21 @@ class TQIODevice; // ---------------------------------------------------------------------------- // Project Includes -#include "imymoneystorageformat.h" -#include "../mymoneyinstitution.h" -#include "../mymoneypayee.h" -#include "../mymoneyaccount.h" -#include "../mymoneytransaction.h" -#include "../mymoneysplit.h" -#include "../mymoneyscheduled.h" -#include "../mymoneysecurity.h" -#include "../mymoneyprice.h" -#include "../mymoneyreport.h" -#include "../mymoneybudget.h" -#include "../mymoneyfile.h" -#include "../mymoneykeyvaluecontainer.h" -#include "mymoneymap.h" -#include "../mymoneymoney.h" -#include "../mymoneytransactionfilter.h" +#include <kmymoney/imymoneystorageformat.h> +#include <kmymoney/mymoneyaccount.h> +#include <kmymoney/mymoneybudget.h> +#include <kmymoney/mymoneyfile.h> +#include <kmymoney/mymoneyinstitution.h> +#include <kmymoney/mymoneykeyvaluecontainer.h> +#include <kmymoney/mymoneymoney.h> +#include <kmymoney/mymoneypayee.h> +#include <kmymoney/mymoneyprice.h> +#include <kmymoney/mymoneyreport.h> +#include <kmymoney/mymoneysplit.h> +#include <kmymoney/mymoneyscheduled.h> +#include <kmymoney/mymoneysecurity.h> +#include <kmymoney/mymoneytransaction.h> +#include <kmymoney/mymoneytransactionfilter.h> // This is a convenience functor to make it easier to use STL algorithms // It will return false if the MyMoneyTransaction DOES match the filter. |