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>
pull/1/head
Slávek Banko 2 years ago
parent 25166939bd
commit d536400b45
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -21,7 +21,7 @@ $(top_builddir)/kmymoney/kmymoneysettings.h: kmymoneysettings.h
kde_kcfg_DATA = kmymoney2.kcfg
instdir=$(includedir)/kmymoney
inst_HEADERS = export.h kmymoneyutils.h kmymoneyglobalsettings.h
inst_HEADERS = export.h kmymoneyutils.h kmymoneyglobalsettings.h kmymoneysettings.h
noinst_HEADERS = kmymoney2.h kstartuplogo.h
install-data-local:

@ -20,6 +20,10 @@ email : mte@users.sourceforge.net
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqfile.h>
@ -44,7 +48,6 @@ email : mte@users.sourceforge.net
// Project Includes
#include "mymoneygncreader.h"
#ifndef _GNCFILEANON
#include "config.h"
#include "../mymoney/storage/imymoneystorage.h"
#include "../kmymoneyutils.h"
#include "../mymoney/mymoneyfile.h"

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -21,6 +21,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream>
// ----------------------------------------------------------------------------

@ -19,6 +19,11 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Headers

@ -21,6 +21,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <typeinfo>
// ----------------------------------------------------------------------------

@ -15,7 +15,9 @@
* *
***************************************************************************/
#include "kdecompat.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Headers

@ -10,13 +10,22 @@ knewbudgetdlgdecl.ui knewbudgetdlg.cpp tdeselecttransactionsdlgdecl.ui tdeselect
EXTRA_DIST = kaccountselectdlgdecl.ui kbackupdlgdecl.ui kchooseimportexportdlgdecl.ui tdeconfirmmanualenterdlgdecl.ui kcsvprogressdlgdecl.ui kcurrencycalculatordecl.ui kcurrencyeditdlgdecl.ui keditequityentrydecl.ui keditscheduledlgdecl.ui kendingbalancedlgdecl.ui kenterscheduledlgdecl.ui kequitypriceupdatedlgdecl.ui kexportdlgdecl.ui kfindtransactiondlgdecl.ui kgncimportoptionsdlgdecl.ui kimportdlgdecl.ui kmymoneypricedlgdecl.ui knewaccountdlgdecl.ui knewbankdlgdecl.ui knewequityentrydecl.ui knewfiledlgdecl.ui knewinvestmentwizarddecl.ui knewloanwizarddecl.ui konlinequoteconfigurationdecl.ui kreconciledlgdecl.ui ksecuritylisteditordecl.ui ksplitcorrectiondlg.ui ksplittransactiondlgdecl.ui kupdatestockpricedlgdecl.ui mymoneyqifprofileeditordecl.ui kgncpricesourcedlgdecl.ui kmymoneyfileinfodlgdecl.ui tdeselectdatabasedlgdecl.ui kpayeereassigndlgdecl.ui kcategoryreassigndlgdecl.ui knewbudgetdlgdecl.ui tdeselecttransactionsdlgdecl.ui ksortoptiondlg.ui ksortoptiondlg.ui.h kplugindlg.ui kloadtemplatedlgdecl.ui
BUILT_SOURCES = $(top_builddir)/kmymoney/kcurrencycalculatordecl.h
DISTCLEANFILES= kaccountselectdlgdecl.cpp kbackupdlgdecl.cpp kchooseimportexportdlgdecl.cpp kcsvprogressdlgdecl.cpp kcurrencycalculatordecl.cpp kcurrencyeditdlgdecl.cpp keditequityentrydecl.cpp keditscheduledlgdecl.cpp kendingbalancedlgdecl.cpp kenterscheduledlgdecl.cpp kequitypriceupdatedlgdecl.cpp kexportdlgdecl.cpp kfindtransactiondlgdecl.cpp kgncimportoptionsdlgdecl.cpp kimportdlgdecl.cpp kmymoneypricedlgdecl.cpp knewaccountdlgdecl.cpp knewbankdlgdecl.cpp knewequityentrydecl.cpp knewfiledlgdecl.cpp knewinvestmentwizarddecl.cpp knewloanwizarddecl.cpp konlinequoteconfigurationdecl.cpp kreconciledlgdecl.cpp kreportconfigurationdecl.cpp ksecuritylisteditordecl.cpp ksplittransactiondlgdecl.cpp kupdatestockpricedlgdecl.cpp mymoneyqifprofileeditordecl.cpp kpayeereassigndlgdecl.cpp kcategoryreassigndlgdecl.cpp tdeconfirmmanualenterdlgdecl.cpp kaccountselectdlgdecl.h kbackupdlgdecl.h kchooseimportexportdlgdecl.h kcsvprogressdlgdecl.h kcurrencycalculatordecl.h kcurrencyeditdlgdecl.h keditequityentrydecl.h keditscheduledlgdecl.h kendingbalancedlgdecl.h kenterscheduledlgdecl.h kequitypriceupdatedlgdecl.h kexportdlgdecl.h kfindtransactiondlgdecl.h kgncimportoptionsdlgdecl.h kimportdlgdecl.h kmymoneypricedlgdecl.h knewaccountdlgdecl.h knewbankdlgdecl.h knewequityentrydecl.h knewfiledlgdecl.h knewinvestmentwizarddecl.h knewloanwizarddecl.h konlinequoteconfigurationdecl.h kreconciledlgdecl.h kreportconfigurationdecl.h ksecuritylisteditordecl.h ksplittransactiondlgdecl.h kupdatestockpricedlgdecl.h mymoneyqifprofileeditordecl.h kmymoneyfileinfodlgdecl.h tdeselectdatabasedlgdecl.h kpayeereassigndlgdecl.h kcategoryreassigndlgdecl.h knewbudgetdlgdecl.cpp knewbudgetdlgdecl.h tdeselecttransactionsdlgdecl.cpp tdeselecttransactionsdlgdecl.h tdeconfirmmanualenterdlgdecl.h kloadtemplatedlgdecl.cpp kloadtemplatedlgdecl.h
noinst_HEADERS = keditscheduledlg.h kaccountselectdlg.h kbackupdlg.h kchooseimportexportdlg.h kcsvprogressdlg.h kcurrencyeditdlg.h keditequityentrydlg.h keditloanwizard.h kendingbalancedlg.h kenterscheduledlg.h kequitypriceupdatedlg.h kexportdlg.h kfindtransactiondlg.h kgncimportoptionsdlg.h kimportdlg.h kmymoneypricedlg.h knewaccountdlg.h knewbankdlg.h knewequityentrydlg.h knewfiledlg.h knewinvestmentwizard.h knewloanwizard.h konlinequoteconfigurationdlg.h tderecentfileitem.h kreconciledlg.h kreportconfigurationfilterdlg.h ksecuritylisteditor.h ksplittransactiondlg.h kstartdlg.h kupdatestockpricedlg.h mymoneyqifprofileeditor.h kgncpricesourcedlg.h kmymoneyfileinfodlg.h tdeselectdatabasedlg.h kpayeereassigndlg.h kcategoryreassigndlg.h knewbudgetdlg.h tdeselecttransactionsdlg.h kmergetransactionsdlg.h tdeconfirmmanualenterdlg.h investactivities.h kbalancechartdlg.h kloadtemplatedlg.h kmymoneysplittable.h kgpgkeyselectiondlg.h transactionmatcher.h kbalancewarning.h
instdir=$(includedir)/kmymoney
inst_HEADERS = transactioneditor.h investtransactioneditor.h kcurrencycalculator.h
inst_HEADERS = transactioneditor.h investtransactioneditor.h kcurrencycalculator.h kcurrencycalculatordecl.h
$(top_builddir)/kmymoney/kcurrencycalculatordecl.h: kcurrencycalculatordecl.h
if test -h $@; then rm $@; fi
ln -s `pwd`/kcurrencycalculatordecl.h $@
SUBDIRS = settings
messages: rc.cpp
dist-hook:
-rm -rf $(distdir)/kcurrencycalculatordecl.h

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <typeinfo>
// ----------------------------------------------------------------------------

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,6 +17,11 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kstandarddirs.h>

@ -17,6 +17,11 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kstandarddirs.h>

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -34,7 +34,7 @@
// ----------------------------------------------------------------------------
// Project Includes
#include "../dialogs/kcurrencycalculatordecl.h"
#include <kmymoney/kcurrencycalculatordecl.h>
#include <kmymoney/mymoneyfile.h>
/**

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <locale.h>
// ----------------------------------------------------------------------------

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqtimer.h>

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -21,6 +21,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Headers

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqcheckbox.h>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqlabel.h>

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,6 +18,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Headers

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,7 +20,9 @@
* *
***************************************************************************/
#include <kdecompat.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,9 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,7 +14,9 @@
* *
***************************************************************************/
#include "kdecompat.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -26,6 +28,7 @@
// ----------------------------------------------------------------------------
// KDE Headers
#include <tdeversion.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kstandarddirs.h>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <math.h>
// ----------------------------------------------------------------------------

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tdemessagebox.h>
#include <tdeglobal.h>
#include <tdelocale.h>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -12,7 +12,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include <config.h>
#endif
// ----------------------------------------------------------------------------
@ -29,7 +29,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeversion.h>
#include <kstandarddirs.h>

@ -16,10 +16,6 @@
#ifndef KSTARTDLG_H
#define KSTARTDLG_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kdialogbase.h>
#include <tdelocale.h>

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -24,10 +24,6 @@
#ifndef KUPDATESTOCKPRICEDLG_H
#define KUPDATESTOCKPRICEDLG_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -27,7 +31,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeversion.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include <tdeconfig.h>

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,8 +20,6 @@
# include <config.h>
#endif
#include "kdecompat.h"
// ----------------------------------------------------------------------------
// Std C++ / STL Includes
@ -46,6 +44,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include <tdeversion.h>
#include <kdebug.h>
#include <tdeapplication.h>
#include <tdeshortcut.h>
@ -148,7 +147,6 @@
#include <kmymoney/kmymoneylistviewitem.h>
#include "kmymoneyutils.h"
#include "kdecompat.h"
#define RECOVER_KEY_ID "59B0F826D2B08440"
#define ID_STATUS_MSG 1

@ -16,10 +16,6 @@
#ifndef KMYMONEY2_H
#define KMYMONEY2_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,10 +17,6 @@
#ifndef KMYMONEYGLOBALSETTINGS_H
#define KMYMONEYGLOBALSETTINGS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,7 +14,9 @@
* *
***************************************************************************/
#include "config.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream>
#include <string>

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,7 +14,9 @@
* *
***************************************************************************/
#include <kdecompat.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -16,6 +16,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,10 +17,6 @@
#ifndef MYMONEYACCOUNT_H
#define MYMONEYACCOUNT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -34,14 +30,14 @@
// ----------------------------------------------------------------------------
// Project Includes
#include <kmymoney/export.h>
#include <kmymoney/mymoneymoney.h>
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/mymoneykeyvaluecontainer.h>
#include <kmymoney/mymoneysecurity.h>
#include <kmymoney/mymoneyutils.h>
#include <kmymoney2/views/kmymoneytransaction.h>
#include <kmymoney2/mymoney/mymoneysplit.h>
#include <kmymoney/export.h>
#include "mymoneyutils.h"
class MyMoneyTransaction;
class MyMoneyInstitution;
class MyMoneySplit;

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyaccounttest.h"
#include <kmymoney/mymoneyexception.h>
#include <kmymoney/mymoneysplit.h>

@ -18,10 +18,6 @@
#ifndef MYMONEYBUDGET_H
#define MYMONEYBUDGET_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneycategory.h"
MyMoneyCategory::MyMoneyCategory()

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyexception.h"
MyMoneyException::MyMoneyException(const TQString& msg, const TQString& file, const unsigned long line)

@ -23,10 +23,6 @@
#ifndef MYMONEYEXCEPTION_H
#define MYMONEYEXCEPTION_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyexceptiontest.h"
MyMoneyExceptionTest::MyMoneyExceptionTest()

@ -16,6 +16,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -40,8 +44,6 @@
#ifndef HAVE_CONFIG_H
#define VERSION "UNKNOWN"
#else
#include "config.h"
#endif
const TQString MyMoneyFile::OpeningBalancesPrefix = I18N_NOOP("Opening Balances");

@ -17,10 +17,6 @@
#ifndef MYMONEYFILE_H
#define MYMONEYFILE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyfiletest.h"
#include <iostream>

@ -20,12 +20,13 @@
* *
***************************************************************************/
#include <math.h>
#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <math.h>
#include <stdio.h>
// ----------------------------------------------------------------------------
// QT Includes

@ -23,10 +23,6 @@
#ifndef MYMONEYFINANCIALCALCULATOR_H
#define MYMONEYFINANCIALCALCULATOR_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <cmath>
// ----------------------------------------------------------------------------
// QT Includes

@ -13,6 +13,11 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream>
#include <math.h>

@ -18,10 +18,6 @@
#ifndef MYMONEYFORECAST_H
#define MYMONEYFORECAST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -32,12 +28,12 @@
// ----------------------------------------------------------------------------
// Project Includes
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/export.h>
#include <kmymoney/mymoneyaccount.h>
#include <kmymoney/mymoneybudget.h>
#include <kmymoney/mymoneymoney.h>
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/mymoneyscheduled.h>
#include <kmymoney/export.h>
#include "mymoneybudget.h"
/**
*

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyforecasttest.h"
#include <iostream>

@ -16,6 +16,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,10 +17,6 @@
#ifndef MYMONEYINSTITUTION_H
#define MYMONEYINSTITUTION_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -32,10 +28,10 @@
// ----------------------------------------------------------------------------
// Project Includes
#include "mymoneyutils.h"
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/mymoneykeyvaluecontainer.h>
#include <kmymoney/export.h>
#include <kmymoney/mymoneykeyvaluecontainer.h>
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/mymoneyutils.h>
class MyMoneyFile;
class MyMoneyMoney;

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyinstitutiontest.h"
#include <kmymoney/mymoneyexception.h>

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyinvesttransaction.h"
#if 0

@ -23,7 +23,7 @@
#ifndef MYMONEYINVESTTRANSACTION_H
#define MYMONEYINVESTTRANSACTION_H
#include "mymoneytransaction.h"
#include <kmymoney/mymoneytransaction.h>
#if 0
/**

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -23,10 +23,6 @@
* @author Thomas Baumgart
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneykeyvaluecontainertest.h"
#include <kmymoney/mymoneyexception.h>

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// make sure, that this is defined before we even include any other header file
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS // force definition of min and max values

@ -18,10 +18,6 @@
#include <stdlib.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef HAVE_ATOLL
# ifdef HAVE_STRTOLL
# define atoll(a) strtoll(a, 0, 10)

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// make sure, that this is defined before we even include any other header file
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS // force definition of min and max values

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,10 +17,6 @@
#ifndef MYMONEYOBJECT_H
#define MYMONEYOBJECT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,10 +17,6 @@
#ifndef MYMONEYOBJECTCONTAINER_H
#define MYMONEYOBJECTCONTAINER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyobjecttest.h"
#include "mymoneyaccount.h"

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyobserver.h"
MyMoneyObserver::MyMoneyObserver()

@ -23,10 +23,6 @@
#ifndef MYMONEYOBSERVER_H
#define MYMONEYOBSERVER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -16,6 +16,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -19,10 +19,6 @@
#ifndef MYMONEYPAYEE_H
#define MYMONEYPAYEE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -11,6 +11,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneypayeetest.h"
#include <iostream>
#include <fstream>

@ -24,6 +24,10 @@
* @author Thomas Baumgart
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -23,10 +23,6 @@
#ifndef MYMONEYPRICE_H
#define MYMONEYPRICE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneypricetest.h"
#include "mymoneyexception.h"

@ -18,10 +18,6 @@
#ifndef MYMONEYREPORT_H
#define MYMONEYREPORT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqmap.h>

@ -15,6 +15,11 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -19,10 +19,6 @@
#ifndef MYMONEYSCHEDULED_H
#define MYMONEYSCHEDULED_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -34,10 +30,10 @@
// ----------------------------------------------------------------------------
// Project Includes
#include "mymoneytransaction.h"
#include "mymoneyaccount.h"
#include <kmymoney/export.h>
#include <kmymoney/mymoneyaccount.h>
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/mymoneytransaction.h>
class MyMoneyStorageANON;

@ -13,6 +13,11 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// Include internationalization
#include <tdelocale.h>

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -23,10 +23,6 @@
#ifndef MYMONEYSECURITY_H
#define MYMONEYSECURITY_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneysecuritytest.h"
MyMoneySecurityTest::MyMoneySecurityTest()

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneysplit.h"
#include "mymoneytransaction.h"

@ -23,10 +23,6 @@
#ifndef MYMONEYSPLIT_H
#define MYMONEYSPLIT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -36,12 +32,12 @@
// ----------------------------------------------------------------------------
// Project Includes
#include "mymoneyexception.h"
#include "mymoneyutils.h"
#include "mymoneymoney.h"
#include <kmymoney/export.h>
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/mymoneyexception.h>
#include <kmymoney/mymoneykeyvaluecontainer.h>
#include <kmymoney/mymoneymoney.h>
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/mymoneyutils.h>
class MyMoneyTransaction;
/**

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneysplittest.h"
#include <kmymoney/mymoneyexception.h>

@ -21,6 +21,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -32,7 +36,6 @@
// ----------------------------------------------------------------------------
// Project Includes
#include "../../kdecompat.h"
#include "mymoneystatement.h"
const TQStringList kAccountTypeTxt = TQStringList::split(",","none,checkings,savings,investment,creditcard,invalid");

@ -24,10 +24,6 @@
#ifndef MYMONEYSTATEMENT_H
#define MYMONEYSTATEMENT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneysubject.h"
#include "mymoneyobserver.h"
#include <tqptrvector.h>

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -19,10 +19,6 @@
#ifndef MYMONEYTRANSACTION_H
#define MYMONEYTRANSACTION_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -34,11 +30,11 @@
// ----------------------------------------------------------------------------
// Project Includes
#include "mymoneyutils.h"
#include "mymoneymoney.h"
#include "mymoneykeyvaluecontainer.h"
#include "mymoneysplit.h"
#include <kmymoney/export.h>
#include <kmymoney/mymoneykeyvaluecontainer.h>
#include <kmymoney/mymoneymoney.h>
#include <kmymoney/mymoneysplit.h>
#include <kmymoney/mymoneyutils.h>
/**
* This class represents a transaction within the MyMoneyEngine. A transaction

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -23,10 +23,6 @@
#ifndef MYMONEYTRANSACTIONFILTER_H
#define MYMONEYTRANSACTIONFILTER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneytransactiontest.h"
MyMoneyTransactionTest::MyMoneyTransactionTest ()

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream>
#include "mymoneyutils.h"

@ -23,10 +23,6 @@
#ifndef _MYMONEYUTILS_H_
#define _MYMONEYUTILS_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqstring.h>
#include <tqdatetime.h>
#include <tqvaluelist.h>

@ -8,9 +8,9 @@ libstorage_a_METASOURCES = AUTO
libstorage_a_SOURCES = imymoneystorageformat.cpp mymoneystoragexml.cpp mymoneystoragedump.cpp mymoneyseqaccessmgr.cpp mymoneydatabasemgr.cpp imymoneystorage.cpp imymoneyserialize.cpp mymoneystorageanon.cpp mymoneystoragesql.cpp
instdir=$(includedir)/kmymoney
inst_HEADERS = imymoneystorage.h imymoneyserialize.h imymoneystorageformat.h
inst_HEADERS = imymoneystorage.h imymoneyserialize.h imymoneystorageformat.h mymoneystoragesql.h
noinst_HEADERS = mymoneyseqaccessmgr.h mymoneydatabasemgr.h mymoneystorageanon.h mymoneystoragedump.h mymoneystoragexml.h mymoneyseqaccessmgrtest.h mymoneydatabasemgrtest.h mymoneystoragesql.h mymoneystoragebin.h mymoneymap.h mymoneymaptest.h
noinst_HEADERS = mymoneyseqaccessmgr.h mymoneydatabasemgr.h mymoneystorageanon.h mymoneystoragedump.h mymoneystoragexml.h mymoneyseqaccessmgrtest.h mymoneydatabasemgrtest.h mymoneystoragebin.h mymoneymap.h mymoneymaptest.h
check_LIBRARIES = libstoragetest.a

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "imymoneyserialize.h"
IMyMoneySerialize::IMyMoneySerialize()

@ -32,18 +32,18 @@
// ----------------------------------------------------------------------------
// Project Includes
#include <kmymoney/mymoneyutils.h>
#include <kmymoney/mymoneyinstitution.h>
#include <kmymoney/mymoneyaccount.h>
#include <kmymoney/mymoneytransaction.h>
#include <kmymoney/mymoneybudget.h>
#include <kmymoney/mymoneyinstitution.h>
#include <kmymoney/mymoneypayee.h>
#include <kmymoney/mymoneyscheduled.h>
#include <kmymoney/mymoneytransactionfilter.h>
#include <kmymoney/mymoneysecurity.h>
#include <kmymoney/mymoneyprice.h>
#include <kmymoney/mymoneyreport.h>
#include <kmymoney/mymoneybudget.h>
#include "mymoneystoragesql.h"
#include <kmymoney/mymoneyscheduled.h>
#include <kmymoney/mymoneysecurity.h>
#include <kmymoney/mymoneystoragesql.h>
#include <kmymoney/mymoneytransaction.h>
#include <kmymoney/mymoneytransactionfilter.h>
#include <kmymoney/mymoneyutils.h>
/**
* @author Thomas Baumgart

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "imymoneystorage.h"
bool MyMoneyFileBitArray::testBit(uint index) const

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "imymoneystorageformat.h"
IMyMoneyStorageFormat::IMyMoneyStorageFormat()

@ -14,6 +14,11 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <typeinfo>
#include <algorithm>

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneydatabasemgrtest.h"
#include <pwd.h>
#include <iostream>

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneymaptest.h"
#include <iostream>

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <typeinfo>
#include "mymoneyseqaccessmgr.h"
#include "../mymoneytransactionfilter.h"

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "mymoneyseqaccessmgrtest.h"
#include <iostream>

@ -21,7 +21,9 @@
* *
***************************************************************************/
#include "config.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -33,8 +35,6 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
// ----------------------------------------------------------------------------
// Project Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -16,6 +16,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <algorithm>
#include <numeric>

@ -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.

@ -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>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,10 +18,6 @@
#ifndef IMPORTINTERFACE_H
#define IMPORTINTERFACE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,10 +18,6 @@
#ifndef KMMIMPORTINTERFACE_H
#define KMMIMPORTINTERFACE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,10 +18,6 @@
#ifndef KMMSTATEMENTINTERFACE_H
#define KMMSTATEMENTINTERFACE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,10 +18,6 @@
#ifndef KMMVIEWINTERFACE_H
#define KMMVIEWINTERFACE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,10 +18,6 @@
#ifndef KMYMONEYPLUGIN_H
#define KMYMONEYPLUGIN_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -16,7 +16,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include <config.h>
#endif
// ----------------------------------------------------------------------------

@ -18,10 +18,6 @@
#ifndef KOFXDIRECTCONNECTDLG_H
#define KOFXDIRECTCONNECTDLG_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -16,7 +16,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include <config.h>
#endif
// ----------------------------------------------------------------------------

@ -18,10 +18,6 @@
#ifndef MYMONEYOFXCONNECTOR_H
#define MYMONEYOFXCONNECTOR_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
// ----------------------------------------------------------------------------
// Library Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,10 +18,6 @@
#ifndef PLUGINLOADER_H
#define PLUGINLOADER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,10 +18,6 @@
#ifndef STATEMENTINTERFACE_H
#define STATEMENTINTERFACE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -18,10 +18,6 @@
#ifndef VIEWINTERFACE_H
#define VIEWINTERFACE_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -16,8 +16,9 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include <config.h>
#endif
#ifdef HAVE_KDCHART
// ----------------------------------------------------------------------------

@ -19,9 +19,6 @@
#ifndef KREPORTCHARTVIEW_H
#define KREPORTCHARTVIEW_H
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#ifdef HAVE_KDCHART
// ----------------------------------------------------------------------------

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqvaluelist.h>

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqvaluelist.h>

@ -16,6 +16,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqlayout.h>

@ -14,6 +14,11 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/*
#include <tqvaluelist.h>
#include <tqvaluevector.h>

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqlayout.h>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqvaluelist.h>
#include <tqvaluevector.h>
#include <tqdom.h>

@ -23,6 +23,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqvaluelist.h>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqvaluelist.h>
#include <tqvaluevector.h>
#include <tqfile.h>

@ -16,6 +16,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqvaluelist.h>
#include <tqvaluevector.h>
#include <tqdom.h>

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,9 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <typeinfo>
// ----------------------------------------------------------------------------
@ -27,7 +31,6 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdelocale.h>
#include <kcombobox.h>
#include <kpushbutton.h>

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <typeinfo>
// ----------------------------------------------------------------------------
@ -23,7 +27,6 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdelocale.h>
// ----------------------------------------------------------------------------

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/*
* This file is currently not used anymore, but kept here for reference purposes
*/

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -40,7 +40,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeversion.h>
#include <tdefiledialog.h>
#include <tdeglobal.h>

@ -14,10 +14,6 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifndef KMYMONEYVIEW_H
#define KMYMONEYVIEW_H

@ -21,6 +21,9 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -25,8 +25,6 @@
#include <config.h>
#endif
#include "kdecompat.h"
// ----------------------------------------------------------------------------
// QT Includes

@ -23,8 +23,6 @@
#ifndef KREPORTSVIEW_H
#define KREPORTSVIEW_H
#include "kdecompat.h"
// Some STL headers in GCC4.3 contain operator new. Memory checker mangles these
#ifdef _CHECK_MEMORY
#undef new

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -23,18 +23,18 @@ EXTRA_DIST = kmymoney.widgets kmymoneygpgconfigdecl.ui kmymoneyonlinequoteconfig
# but the file is included in the tar-ball. See also the separate target
# $(top_builddir)/kmymoney/xxx.h further down and the BUILT_SOURCES target.
instdir=$(includedir)/kmymoney
inst_HEADERS = kmymoneydateinput.h kmymoneyedit.h kmymoneytitlelabel.h kmymoneyaccountselector.h kmymoneycategory.h kmymoneyaccounttreebase.h kmymoneyaccounttree.h kmymoneycurrencyselector.h kguiutils.h kmymoneywizard.h kmymoneyaccounttreebudget.h kmymoneyaccounttreeforecast.h kmymoneyaccountcombo.h register.h registeritem.h transaction.h scheduledtransaction.h stdtransactiondownloaded.h stdtransactionmatched.h selectedtransaction.h transactionform.h transactioneditorcontainer.h kmymoneylineedit.h kmymoneychecklistitem.h kmymoneylistviewitem.h kmymoneyforecastlistviewitem.h kmymoneyselector.h kmymoneyaccountcompletion.h kmymoneycompletion.h kmymoneycombo.h kbudgetvalues.h kaccounttemplateselector.h \
inst_HEADERS = kmymoneydateinput.h kmymoneyedit.h kmymoneytitlelabel.h kmymoneyaccountselector.h kmymoneycategory.h kmymoneyaccounttreebase.h kmymoneyaccounttree.h kmymoneycurrencyselector.h kguiutils.h kmymoneywizard.h kmymoneyaccounttreebudget.h kmymoneyaccounttreeforecast.h kmymoneyaccountcombo.h register.h registeritem.h transaction.h scheduledtransaction.h stdtransactiondownloaded.h stdtransactionmatched.h selectedtransaction.h transactionform.h transactioneditorcontainer.h kmymoneylineedit.h kmymoneychecklistitem.h kmymoneylistviewitem.h kmymoneyforecastlistviewitem.h kmymoneyselector.h kmymoneyaccountcompletion.h kmymoneycompletion.h kmymoneycombo.h kbudgetvalues.h kbudgetvaluesdecl.h kaccounttemplateselector.h \
transactionsortoption.h
# include the widgets that are only available to KMyMoney here
noinst_HEADERS = kbudgetvalues.h tdelistviewsearchline.h kmymoneyaccounttree.h \
kmymoneyaccounttreebudget.h kmymoneyaccounttreeforecast.h kmymoneybriefschedule.h kmymoneycalculator.h kmymoneycalendar.h \
kmymoneycategory.h kmymoneydatetbl.h kmymoneygpgconfig.h kmymoneyonlinequoteconfig.h \
noinst_HEADERS = tdelistviewsearchline.h \
kmymoneybriefschedule.h kmymoneycalculator.h kmymoneycalendar.h \
kmymoneydatetbl.h kmymoneygpgconfig.h kmymoneyonlinequoteconfig.h \
kmymoneypriceview.h kmymoneyscheduledcalendar.h kmymoneyscheduleddatetbl.h \
kmymoneywizard_p.h registersearchline.h
# make sure, automatically generated files exist
BUILT_SOURCES = settings $(top_builddir)/kmymoney/transactionsortoption.h mocs dialogs transactionsortoption.cpp kbudgetvaluesdecl.h kaccounttemplateselectordecl.h libkmymoney.la kmmwidgets.cpp
BUILT_SOURCES = settings $(top_builddir)/kmymoney/transactionsortoption.h mocs dialogs transactionsortoption.cpp $(top_builddir)/kmymoney/kbudgetvaluesdecl.h kaccounttemplateselectordecl.h libkmymoney.la kmmwidgets.cpp
CLEANFILES = kmmwidgets.cpp
@ -50,6 +50,10 @@ $(top_builddir)/kmymoney/transactionsortoption.h: transactionsortoption.h
if test -h $@; then rm $@; fi
ln -s `pwd`/transactionsortoption.h $@
$(top_builddir)/kmymoney/kbudgetvaluesdecl.h: kbudgetvaluesdecl.h
if test -h $@; then rm $@; fi
ln -s `pwd`/kbudgetvaluesdecl.h $@
PICS_DIR=kmymoney2/pics
libkmymoney_la_SOURCES = kmmwidgets.cpp ../kmymoneysettings.cpp kmymoneycompletion.cpp kmymoneyaccountcombo.cpp kmymoneyaccountcompletion.cpp kmymoneycurrencyselector.cpp kmymoneyaccountselector.cpp kmymoneydatetbl.cpp kmymoneycalculator.cpp kmymoneycategory.cpp kmymoneycombo.cpp kmymoneylineedit.cpp kmymoneyedit.cpp kmymoneydateinput.cpp kmymoneyaccounttree.cpp kmymoneytitlelabel.cpp kguiutils.cpp kmymoneyaccounttreebase.cpp kmymoneyaccounttreebudget.cpp kmymoneyaccounttreeforecast.cpp register.cpp registeritem.cpp transaction.cpp scheduledtransaction.cpp stdtransactiondownloaded.cpp stdtransactionmatched.cpp transactionform.cpp kmymoneychecklistitem.cpp kmymoneylistviewitem.cpp kmymoneyselector.cpp transactionsortoption.cpp kbudgetvalues.cpp kbudgetvaluesdecl.cpp kaccounttemplateselector.cpp kaccounttemplateselectordecl.cpp
@ -88,6 +92,7 @@ endif
dist-hook:
-rm -rf $(distdir)/transactionsortoption.h
-rm -rf $(distdir)/transactionsortoption.cpp
-rm -rf $(distdir)/kbudgetvaluesdecl.h
-rm -rf $(distdir)/kmmwidgets.cpp
messages: rc.cpp

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -30,7 +30,7 @@ class TQLabel;
// ----------------------------------------------------------------------------
// Project Includes
#include "../widgets/kbudgetvaluesdecl.h"
#include <kmymoney/kbudgetvaluesdecl.h>
#include <kmymoney/mymoneybudget.h>
class kMyMoneyEdit;

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
// No need for TQDateEdit, TQSpinBox, etc., since these always return values

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -36,7 +36,7 @@ class TQListViewItem;
// Project Includes
#include <kmymoney/kmymoneyaccountselector.h>
#include "kmymoneycompletion.h"
#include <kmymoney/kmymoneycompletion.h>
/**
* @author Thomas Baumgart

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// Project Includes
#include <kmymoneyaccounttreebudget.h>

@ -31,8 +31,8 @@ class TQDragObject;
// ----------------------------------------------------------------------------
// Project Includes
#include "kmymoneyaccounttree.h"
#include "../../kmymoney/mymoneybudget.h"
#include <kmymoney/kmymoneyaccounttree.h>
#include <kmymoney/mymoneybudget.h>
class KMyMoneyAccountTreeBudgetItem;

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// KDE Includes
#include <tdelocale.h>

@ -31,8 +31,8 @@ class TQDragObject;
// ----------------------------------------------------------------------------
// Project Includes
#include "kmymoneyaccounttree.h"
#include "../../kmymoney/mymoneyforecast.h"
#include <kmymoney/kmymoneyaccounttree.h>
#include <kmymoney/mymoneyforecast.h>
class KMyMoneyAccountTreeForecastItem;

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -43,6 +43,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqpainter.h>
@ -59,7 +63,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeversion.h>
#include <tdeglobal.h>
#include <tdeapplication.h>
#include <tdelocale.h>

@ -55,7 +55,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeversion.h>
// ----------------------------------------------------------------------------
// Project Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -27,7 +27,6 @@ class TQFrame;
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <kcombobox.h>
class KPushButton;

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
@ -33,7 +37,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeversion.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kiconloader.h>

@ -42,6 +42,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqglobal.h>
@ -53,7 +57,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeversion.h>
#include <kdatetbl.h> // Use the classes available for maximum re-use
#include <tdeglobal.h>
#include <tdeglobalsettings.h>

@ -52,7 +52,7 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeversion.h>
// ----------------------------------------------------------------------------
// Project Includes

@ -16,6 +16,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,7 +17,7 @@
#ifndef KMYMONEYEDIT_H
#define KMYMONEYEDIT_H
#include "kdecompat.h"
#include <tdeversion.h>
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -17,6 +17,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -20,6 +20,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqpushbutton.h>

@ -40,6 +40,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes
#include <tqstring.h>
@ -52,7 +56,6 @@
// ----------------------------------------------------------------------------
// KDE Includes
#include "kdecompat.h"
#include <tdeglobal.h>
#include <tdeglobalsettings.h>
#include <tdelocale.h>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <typeinfo>
// ----------------------------------------------------------------------------

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -14,6 +14,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "selectedtransaction.h"
#include "register.h"

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -16,6 +16,10 @@
Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "tdelistviewsearchline.h"
#include <tdelistview.h>

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -34,12 +34,11 @@
// ----------------------------------------------------------------------------
// Project Includes
#include <kmymoney/kmymoneysettings.h>
#include <kmymoney/mymoneyaccount.h>
#include <kmymoney/mymoneyobject.h>
#include <kmymoney/register.h>
#include "../kmymoneysettings.h"
class MyMoneyObjectContainer;
namespace KMyMoneyTransactionForm {

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <locale.h>
// ----------------------------------------------------------------------------

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <locale.h>
// ----------------------------------------------------------------------------

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -15,6 +15,10 @@
* *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// ----------------------------------------------------------------------------
// QT Includes

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined KDAB_EVAL
#include "../evaldialog/evaldialog.h"
#endif

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartAreaPainter.h"
/**

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqpainter.h>
#include <tqlabel.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <KDChartAxisParams.h>
#ifndef KDCHART_MASTER_CVS
#include "KDChartAxisParams.moc"

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartAxisParamsWrapper.h"
#include <KDChartAxisParams.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartBWPainter.h"
#include <KDChartParams.h>
#include "KDChartTextPiece.h"

@ -26,6 +26,10 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartBarPainter.h"
#include <KDChartParams.h>

@ -27,6 +27,9 @@
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartBaseSeries.h"

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqpainter.h>
#include <tqregion.h>
#include <tqpalette.h>

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartCustomBoxWrapper.h"
KDChartCustomBoxWrapper::KDChartCustomBoxWrapper( KDChartCustomBox* data)
:TQObject(0), _data(data)

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <KDChartDataIntern.h>
/**

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartEnums.h"
TQString KDChartEnums::positionFlagToString( PositionFlag type )

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartHiLoPainter.h"
#include <KDChartParams.h>
#include "KDChartTextPiece.h"

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartLinesPainter.h"
#include <KDChartParams.h>
#include <KDChartPropertySet.h>

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartObjectFactory.h"
#include <KDChartParams.h>
#include <KDChartTable.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <KDChartParams.h>
#if defined ( SUN7 ) || defined (_SGIAPI) || defined ( TQ_WS_WIN)
#include <math.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <KDChartParams.h>
#include <KDChartAxisParams.h>
#include <KDChartEnums.h>

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartParamsWrapper.h"
#include <KDChartParams.h>

@ -27,6 +27,10 @@
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartParams.h"
#include <KDXMLTools.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartParams.h"
#include <KDXMLTools.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartEnums.h"
#include "KDChartPiePainter.h"
#include "KDChartParams.h"

@ -27,6 +27,9 @@
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartPlaneSeries.h"

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartPolarPainter.h"
#include <KDChartParams.h>
#include <KDChartAxisParams.h>

@ -27,6 +27,10 @@
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartPropertySet.h"
#include "KDChartParams.h"
#include <KDXMLTools.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartRingPainter.h"
#include "KDChartParams.h"

@ -27,6 +27,9 @@
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartSeriesCollection.h"
#include "KDChartParams.h"

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <math.h>
#include <limits.h>
#include <tqtable.h>

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartTableDataWrapper.h"
KDChartTableDataWrapper::KDChartTableDataWrapper( KDChartTableData* data ) :TQObject(0), _data(data)

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartTextPiece.h"
#include <tqstylesheet.h>

@ -27,6 +27,10 @@
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartVectorSeries.h"
#include "KDChartSeriesCollection.h"

@ -21,6 +21,9 @@
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartVectorTable.moc"

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <KDChartWidget.h>
#include <KDChart.h>
#include <KDChartParams.h>

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDChartWrapperFactory.h"
#include <KDChartTable.h>
#include <tqfont.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqpainter.h>
#include <tqbitmap.h>
#include <tqpixmap.h>

@ -27,6 +27,10 @@
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqpainter.h>
#include <tqbrush.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <KDFrameProfileSection.h>
#include <KDXMLTools.h>

@ -26,6 +26,11 @@
** licensing are not clear to you.
**
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "KDXMLTools.h"
#include <tqbuffer.h>
#include <tqimage.h>

@ -19,8 +19,6 @@
#include <config.h>
#endif
#include "kdecompat.h"
// ----------------------------------------------------------------------------
// QT Includes

Loading…
Cancel
Save