diff options
Diffstat (limited to 'kmymoney2/mymoney/storage/mymoneystoragexml.cpp')
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragexml.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp index 2f1d67e..3ec9cfd 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp +++ b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp @@ -17,7 +17,9 @@ * * ***************************************************************************/ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif // ---------------------------------------------------------------------------- // QT Includes @@ -30,7 +32,6 @@ // ---------------------------------------------------------------------------- // KDE Includes -#include "kdecompat.h" #include <tdelocale.h> #include <kdebug.h> |