diff --git a/kmymoney2/converter/imymoneyreader.h b/kmymoney2/converter/imymoneyreader.h index 6fa530d..4866b03 100644 --- a/kmymoney2/converter/imymoneyreader.h +++ b/kmymoney2/converter/imymoneyreader.h @@ -52,7 +52,7 @@ public: virtual ~IMyMoneyReader() {} Q_OBJECT - TQ_OBJECT + /** * This method is used to store the filename into the object. diff --git a/kmymoney2/converter/mymoneyqifprofile.h b/kmymoney2/converter/mymoneyqifprofile.h index 5df8c41..bc716da 100644 --- a/kmymoney2/converter/mymoneyqifprofile.h +++ b/kmymoney2/converter/mymoneyqifprofile.h @@ -40,7 +40,7 @@ class MyMoneyMoney; class MyMoneyQifProfile : public TQObject { Q_OBJECT - TQ_OBJECT + public: MyMoneyQifProfile(); diff --git a/kmymoney2/converter/mymoneyqifreader.h b/kmymoney2/converter/mymoneyqifreader.h index 385b1ff..b97efe4 100644 --- a/kmymoney2/converter/mymoneyqifreader.h +++ b/kmymoney2/converter/mymoneyqifreader.h @@ -52,7 +52,7 @@ class MyMoneyFileTransaction; class MyMoneyQifReader : public TQObject { Q_OBJECT - TQ_OBJECT + friend class Private; private: diff --git a/kmymoney2/converter/mymoneyqifwriter.h b/kmymoney2/converter/mymoneyqifwriter.h index 1398161..ceb915e 100644 --- a/kmymoney2/converter/mymoneyqifwriter.h +++ b/kmymoney2/converter/mymoneyqifwriter.h @@ -52,7 +52,7 @@ class MyMoneySplit; class MyMoneyQifWriter : public TQObject { Q_OBJECT - TQ_OBJECT + public: MyMoneyQifWriter(); diff --git a/kmymoney2/converter/mymoneystatementreader.h b/kmymoney2/converter/mymoneystatementreader.h index 6ea2ef9..c0b2273 100644 --- a/kmymoney2/converter/mymoneystatementreader.h +++ b/kmymoney2/converter/mymoneystatementreader.h @@ -55,7 +55,7 @@ class TQStringList; class MyMoneyStatementReader : public TQObject { Q_OBJECT - TQ_OBJECT + public: MyMoneyStatementReader(); diff --git a/kmymoney2/converter/webpricequote.h b/kmymoney2/converter/webpricequote.h index 377ba8d..ac4402d 100644 --- a/kmymoney2/converter/webpricequote.h +++ b/kmymoney2/converter/webpricequote.h @@ -48,7 +48,7 @@ of a local script being used to fetch the quote. class WebPriceQuoteProcess: public KProcess { Q_OBJECT - TQ_OBJECT + public: WebPriceQuoteProcess(void); void setSymbol(const TQString& _symbol) { m_symbol = _symbol; m_string.truncate(0); } @@ -76,7 +76,7 @@ by the Finance::Quote package, and more user-friendly names. class FinanceQuoteProcess: public KProcess { Q_OBJECT - TQ_OBJECT + public: FinanceQuoteProcess(void); void launch (const TQString& scriptPath); @@ -130,7 +130,7 @@ Retrieves a price quote from a web-based quote source class WebPriceQuote: public TQObject { Q_OBJECT - TQ_OBJECT + public: WebPriceQuote( TQObject* = 0, const char* = 0 ); ~WebPriceQuote(); @@ -233,7 +233,7 @@ Simple class to handle signals/slots for unit tests class QuoteReceiver : public TQObject { Q_OBJECT - TQ_OBJECT + public: QuoteReceiver(WebPriceQuote* q, TQObject *parent = 0, const char *name = 0); ~QuoteReceiver(); diff --git a/kmymoney2/dialogs/investtransactioneditor.h b/kmymoney2/dialogs/investtransactioneditor.h index c943dc3..10c0425 100644 --- a/kmymoney2/dialogs/investtransactioneditor.h +++ b/kmymoney2/dialogs/investtransactioneditor.h @@ -35,7 +35,7 @@ class InvestTransactionEditor : public TransactionEditor friend class InvestTransactionEditorPrivate; Q_OBJECT - TQ_OBJECT + public: typedef enum { PricePerShare = 1, diff --git a/kmymoney2/dialogs/kaccountselectdlg.h b/kmymoney2/dialogs/kaccountselectdlg.h index 1b106df..4061cb2 100644 --- a/kmymoney2/dialogs/kaccountselectdlg.h +++ b/kmymoney2/dialogs/kaccountselectdlg.h @@ -47,7 +47,7 @@ class KAccountSelectDlg : public KAccountSelectDlgDecl { Q_OBJECT - TQ_OBJECT + public: KAccountSelectDlg(const KMyMoneyUtils::categoryTypeE type, const TQString& purpose = "General", TQWidget *parent=0, const char *name=0); ~KAccountSelectDlg(); diff --git a/kmymoney2/dialogs/kbackupdlg.h b/kmymoney2/dialogs/kbackupdlg.h index 0705d93..a99b803 100644 --- a/kmymoney2/dialogs/kbackupdlg.h +++ b/kmymoney2/dialogs/kbackupdlg.h @@ -29,7 +29,7 @@ class KBackupDlg : public kbackupdlgdecl { Q_OBJECT - TQ_OBJECT + private: void readConfig(void); void writeConfig(void); diff --git a/kmymoney2/dialogs/kbalancechartdlg.h b/kmymoney2/dialogs/kbalancechartdlg.h index d7ff4a9..d6480f2 100644 --- a/kmymoney2/dialogs/kbalancechartdlg.h +++ b/kmymoney2/dialogs/kbalancechartdlg.h @@ -37,7 +37,7 @@ class MyMoneyAccount; class KBalanceChartDlg : public KDialog { Q_OBJECT - TQ_OBJECT + public: KBalanceChartDlg(const MyMoneyAccount& account, TQWidget* parent = 0, const char* name = 0); ~KBalanceChartDlg(); diff --git a/kmymoney2/dialogs/kbalancewarning.h b/kmymoney2/dialogs/kbalancewarning.h index 5466388..4e30b7e 100644 --- a/kmymoney2/dialogs/kbalancewarning.h +++ b/kmymoney2/dialogs/kbalancewarning.h @@ -35,7 +35,7 @@ class MyMoneyAccount; class KBalanceWarning : public TQObject { Q_OBJECT - TQ_OBJECT + public: KBalanceWarning(TQObject* parent, const char* name = 0); virtual ~KBalanceWarning(); diff --git a/kmymoney2/dialogs/kcategoryreassigndlg.h b/kmymoney2/dialogs/kcategoryreassigndlg.h index 9880f07..be83553 100644 --- a/kmymoney2/dialogs/kcategoryreassigndlg.h +++ b/kmymoney2/dialogs/kcategoryreassigndlg.h @@ -39,7 +39,7 @@ class KCategoryReassignDlg : public KCategoryReassignDlgDecl { Q_OBJECT - TQ_OBJECT + public: /** Default constructor */ KCategoryReassignDlg( TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/kchooseimportexportdlg.h b/kmymoney2/dialogs/kchooseimportexportdlg.h index 83ba6b7..591efb9 100644 --- a/kmymoney2/dialogs/kchooseimportexportdlg.h +++ b/kmymoney2/dialogs/kchooseimportexportdlg.h @@ -30,7 +30,7 @@ class KChooseImportExportDlg : public KChooseImportExportDlgDecl { Q_OBJECT - TQ_OBJECT + private: void readConfig(void); void writeConfig(void); diff --git a/kmymoney2/dialogs/kconfirmmanualenterdlg.h b/kmymoney2/dialogs/kconfirmmanualenterdlg.h index 25bba1e..2a668b3 100644 --- a/kmymoney2/dialogs/kconfirmmanualenterdlg.h +++ b/kmymoney2/dialogs/kconfirmmanualenterdlg.h @@ -36,7 +36,7 @@ class KConfirmManualEnterDlg : public KConfirmManualEnterDlgDecl { Q_OBJECT - TQ_OBJECT + public: KConfirmManualEnterDlg(const MyMoneySchedule& schedule, TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/kcsvprogressdlg.h b/kmymoney2/dialogs/kcsvprogressdlg.h index c1ba969..7356d2c 100644 --- a/kmymoney2/dialogs/kcsvprogressdlg.h +++ b/kmymoney2/dialogs/kcsvprogressdlg.h @@ -44,7 +44,7 @@ **/ class KCsvProgressDlg : public KCsvProgressDlgDecl { Q_OBJECT - TQ_OBJECT + private: MyMoneyAccount *m_mymoneyaccount; int m_nType; diff --git a/kmymoney2/dialogs/kcurrencycalculator.h b/kmymoney2/dialogs/kcurrencycalculator.h index a4c4c24..429d177 100644 --- a/kmymoney2/dialogs/kcurrencycalculator.h +++ b/kmymoney2/dialogs/kcurrencycalculator.h @@ -44,7 +44,7 @@ class KCurrencyCalculator : public KCurrencyCalculatorDecl { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kmymoney2/dialogs/kcurrencyeditdlg.h b/kmymoney2/dialogs/kcurrencyeditdlg.h index d5a30fa..4cc2a11 100644 --- a/kmymoney2/dialogs/kcurrencyeditdlg.h +++ b/kmymoney2/dialogs/kcurrencyeditdlg.h @@ -46,7 +46,7 @@ class KPopupMenu; class KCurrencyEditDlg : public KCurrencyEditDlgDecl { Q_OBJECT - TQ_OBJECT + public: KCurrencyEditDlg(TQWidget *parent=0, const char *name=0); ~KCurrencyEditDlg(); diff --git a/kmymoney2/dialogs/keditequityentrydlg.h b/kmymoney2/dialogs/keditequityentrydlg.h index c9fc34c..c72cebf 100644 --- a/kmymoney2/dialogs/keditequityentrydlg.h +++ b/kmymoney2/dialogs/keditequityentrydlg.h @@ -47,7 +47,7 @@ class KEditEquityEntryDlg : public KEditEquityEntryDecl { Q_OBJECT - TQ_OBJECT + public: KEditEquityEntryDlg(const MyMoneySecurity& selectedSecurity, TQWidget *parent = NULL, const char *name = NULL); ~KEditEquityEntryDlg(); diff --git a/kmymoney2/dialogs/keditloanwizard.h b/kmymoney2/dialogs/keditloanwizard.h index 252bbd0..95c53c8 100644 --- a/kmymoney2/dialogs/keditloanwizard.h +++ b/kmymoney2/dialogs/keditloanwizard.h @@ -44,7 +44,7 @@ class KEditLoanWizard : public KNewLoanWizard { Q_OBJECT - TQ_OBJECT + public: KEditLoanWizard(const MyMoneyAccount& account, TQWidget *parent=0, const char *name=0); ~KEditLoanWizard(); diff --git a/kmymoney2/dialogs/keditscheduledlg.h b/kmymoney2/dialogs/keditscheduledlg.h index e00069e..e95484a 100644 --- a/kmymoney2/dialogs/keditscheduledlg.h +++ b/kmymoney2/dialogs/keditscheduledlg.h @@ -40,7 +40,7 @@ class TransactionEditor; class KEditScheduleDlg : public KEditScheduleDlgDecl { Q_OBJECT - TQ_OBJECT + public: /** * Standard TQWidget constructor. diff --git a/kmymoney2/dialogs/kendingbalancedlg.h b/kmymoney2/dialogs/kendingbalancedlg.h index 5bb6831..2cf78de 100644 --- a/kmymoney2/dialogs/kendingbalancedlg.h +++ b/kmymoney2/dialogs/kendingbalancedlg.h @@ -51,7 +51,7 @@ class kMyMoneyEdit; class KEndingBalanceDlg : public KEndingBalanceDlgDecl { Q_OBJECT - TQ_OBJECT + public: KEndingBalanceDlg(const MyMoneyAccount& account, TQWidget *parent=0, const char *name=0); ~KEndingBalanceDlg(); @@ -103,7 +103,7 @@ private: class KEndingBalanceLoanDlg : public KEndingBalanceDlgDecl { Q_OBJECT - TQ_OBJECT + public: KEndingBalanceLoanDlg(const MyMoneyAccount& account, TQWidget *parent=0, const char *name=0); ~KEndingBalanceLoanDlg(); diff --git a/kmymoney2/dialogs/kenterscheduledlg.h b/kmymoney2/dialogs/kenterscheduledlg.h index c3d670a..d138201 100644 --- a/kmymoney2/dialogs/kenterscheduledlg.h +++ b/kmymoney2/dialogs/kenterscheduledlg.h @@ -39,7 +39,7 @@ class TransactionEditor; class KEnterScheduleDlg : public KEnterScheduleDlgDecl { Q_OBJECT - TQ_OBJECT + public: KEnterScheduleDlg(TQWidget *parent, const MyMoneySchedule& schedule); ~KEnterScheduleDlg(); diff --git a/kmymoney2/dialogs/kequitypriceupdatedlg.h b/kmymoney2/dialogs/kequitypriceupdatedlg.h index ecc8030..9205380 100644 --- a/kmymoney2/dialogs/kequitypriceupdatedlg.h +++ b/kmymoney2/dialogs/kequitypriceupdatedlg.h @@ -51,7 +51,7 @@ class TQListViewItem; class KEquityPriceUpdateDlg : public KEquityPriceUpdateDlgDecl { Q_OBJECT - TQ_OBJECT + public: KEquityPriceUpdateDlg(TQWidget *parent, const TQString& securityId = TQString()); ~KEquityPriceUpdateDlg(); diff --git a/kmymoney2/dialogs/kexportdlg.h b/kmymoney2/dialogs/kexportdlg.h index 8fdcf1f..8825b9b 100644 --- a/kmymoney2/dialogs/kexportdlg.h +++ b/kmymoney2/dialogs/kexportdlg.h @@ -55,7 +55,7 @@ class KExportDlg : public KExportDlgDecl { Q_OBJECT - TQ_OBJECT + public: KExportDlg(TQWidget *parent); diff --git a/kmymoney2/dialogs/kfindtransactiondlg.h b/kmymoney2/dialogs/kfindtransactiondlg.h index c40cb40..fa47dc1 100644 --- a/kmymoney2/dialogs/kfindtransactiondlg.h +++ b/kmymoney2/dialogs/kfindtransactiondlg.h @@ -45,7 +45,7 @@ class TQListViewItem; class KFindTransactionDlg : public KFindTransactionDlgDecl { Q_OBJECT - TQ_OBJECT + public: /* diff --git a/kmymoney2/dialogs/kgncimportoptionsdlg.h b/kmymoney2/dialogs/kgncimportoptionsdlg.h index 1c682c0..6abf3d9 100644 --- a/kmymoney2/dialogs/kgncimportoptionsdlg.h +++ b/kmymoney2/dialogs/kgncimportoptionsdlg.h @@ -42,7 +42,7 @@ class codecDataList : public TQPtrList { class KGncImportOptionsDlg : public KGncImportOptionsDlgDecl { Q_OBJECT - TQ_OBJECT + public: KGncImportOptionsDlg(TQWidget *parent = 0, const char *name = 0); ~KGncImportOptionsDlg(); diff --git a/kmymoney2/dialogs/kgncpricesourcedlg.h b/kmymoney2/dialogs/kgncpricesourcedlg.h index 4550240..d5f49c8 100644 --- a/kmymoney2/dialogs/kgncpricesourcedlg.h +++ b/kmymoney2/dialogs/kgncpricesourcedlg.h @@ -34,7 +34,7 @@ class KGncPriceSourceDlg : public KGncPriceSourceDlgDecl { Q_OBJECT - TQ_OBJECT + public: KGncPriceSourceDlg(TQWidget *parent = 0, const char *name = 0); KGncPriceSourceDlg(const TQString &stockName, const TQString &gncSource); diff --git a/kmymoney2/dialogs/kgpgkeyselectiondlg.h b/kmymoney2/dialogs/kgpgkeyselectiondlg.h index 83536a2..94f26b2 100644 --- a/kmymoney2/dialogs/kgpgkeyselectiondlg.h +++ b/kmymoney2/dialogs/kgpgkeyselectiondlg.h @@ -36,7 +36,7 @@ class KLed; class KGpgKeySelectionDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KGpgKeySelectionDlg(TQWidget *parent=0, const char *name=0); diff --git a/kmymoney2/dialogs/kimportdlg.h b/kmymoney2/dialogs/kimportdlg.h index 5c3d068..9f95c2c 100644 --- a/kmymoney2/dialogs/kimportdlg.h +++ b/kmymoney2/dialogs/kimportdlg.h @@ -54,7 +54,7 @@ class KImportDlg : public KImportDlgDecl { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kmymoney2/dialogs/kloadtemplatedlg.h b/kmymoney2/dialogs/kloadtemplatedlg.h index 51a75a0..523dd69 100644 --- a/kmymoney2/dialogs/kloadtemplatedlg.h +++ b/kmymoney2/dialogs/kloadtemplatedlg.h @@ -33,7 +33,7 @@ class KLoadTemplateDlg : public KLoadTemplateDlgDecl { Q_OBJECT - TQ_OBJECT + public: KLoadTemplateDlg(TQWidget *parent = 0, const char *name = 0); diff --git a/kmymoney2/dialogs/kmergetransactionsdlg.h b/kmymoney2/dialogs/kmergetransactionsdlg.h index a8f2cb6..68bfee0 100644 --- a/kmymoney2/dialogs/kmergetransactionsdlg.h +++ b/kmymoney2/dialogs/kmergetransactionsdlg.h @@ -39,7 +39,7 @@ class TQResizeEvent; class KMergeTransactionsDlg: public KSelectTransactionsDlg { Q_OBJECT - TQ_OBJECT + public: KMergeTransactionsDlg(const MyMoneyAccount& account, TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/kmymoneyfileinfodlg.h b/kmymoney2/dialogs/kmymoneyfileinfodlg.h index 8ead4f2..86cae44 100644 --- a/kmymoney2/dialogs/kmymoneyfileinfodlg.h +++ b/kmymoney2/dialogs/kmymoneyfileinfodlg.h @@ -36,7 +36,7 @@ class KMyMoneyFileInfoDlg : public KMyMoneyFileInfoDlgDecl { Q_OBJECT - TQ_OBJECT + public: KMyMoneyFileInfoDlg(TQWidget *parent=0, const char *name=0); virtual ~KMyMoneyFileInfoDlg(); diff --git a/kmymoney2/dialogs/kmymoneypricedlg.h b/kmymoney2/dialogs/kmymoneypricedlg.h index a050507..4a89ec5 100644 --- a/kmymoney2/dialogs/kmymoneypricedlg.h +++ b/kmymoney2/dialogs/kmymoneypricedlg.h @@ -40,7 +40,7 @@ class TQListViewItem; class KMyMoneyPriceDlg : public KMyMoneyPriceDlgDecl { Q_OBJECT - TQ_OBJECT + public: KMyMoneyPriceDlg(TQWidget* parent, const char *name); ~KMyMoneyPriceDlg(); diff --git a/kmymoney2/dialogs/kmymoneysplittable.h b/kmymoney2/dialogs/kmymoneysplittable.h index bbb5994..43b75fb 100644 --- a/kmymoney2/dialogs/kmymoneysplittable.h +++ b/kmymoney2/dialogs/kmymoneysplittable.h @@ -53,7 +53,7 @@ class kMyMoneyEdit; class kMyMoneySplitTable : public TQTable { Q_OBJECT - TQ_OBJECT + public: kMyMoneySplitTable(TQWidget *parent=0, const char *name=0); virtual ~kMyMoneySplitTable(); diff --git a/kmymoney2/dialogs/knewaccountdlg.h b/kmymoney2/dialogs/knewaccountdlg.h index 013fa3c..2cc3cf0 100644 --- a/kmymoney2/dialogs/knewaccountdlg.h +++ b/kmymoney2/dialogs/knewaccountdlg.h @@ -48,7 +48,7 @@ namespace reports { class KNewAccountDlg : public KNewAccountDlgDecl { Q_OBJECT - TQ_OBJECT + private: MyMoneyAccount m_account; diff --git a/kmymoney2/dialogs/knewbankdlg.h b/kmymoney2/dialogs/knewbankdlg.h index 6b5ae21..b76ddfd 100644 --- a/kmymoney2/dialogs/knewbankdlg.h +++ b/kmymoney2/dialogs/knewbankdlg.h @@ -39,7 +39,7 @@ class KNewBankDlg : public KNewBankDlgDecl { Q_OBJECT - TQ_OBJECT + public: KNewBankDlg(MyMoneyInstitution& institution, TQWidget *parent = 0, const char *name = 0); diff --git a/kmymoney2/dialogs/knewbudgetdlg.h b/kmymoney2/dialogs/knewbudgetdlg.h index 287f965..da96f87 100644 --- a/kmymoney2/dialogs/knewbudgetdlg.h +++ b/kmymoney2/dialogs/knewbudgetdlg.h @@ -36,7 +36,7 @@ class TQListViewItem; class KNewBudgetDlg : public KNewBudgetDlgDecl { Q_OBJECT - TQ_OBJECT + public: KNewBudgetDlg(TQWidget* parent, const char *name); ~KNewBudgetDlg(); diff --git a/kmymoney2/dialogs/knewequityentrydlg.h b/kmymoney2/dialogs/knewequityentrydlg.h index cbcfadb..7ab9cf3 100644 --- a/kmymoney2/dialogs/knewequityentrydlg.h +++ b/kmymoney2/dialogs/knewequityentrydlg.h @@ -39,7 +39,7 @@ class KNewEquityEntryDlg : public kNewEquityEntryDecl { Q_OBJECT - TQ_OBJECT + public: KNewEquityEntryDlg(TQWidget *parent = NULL, const char *name = NULL); virtual ~KNewEquityEntryDlg(); diff --git a/kmymoney2/dialogs/knewfiledlg.h b/kmymoney2/dialogs/knewfiledlg.h index e9cf61a..e694ff1 100644 --- a/kmymoney2/dialogs/knewfiledlg.h +++ b/kmymoney2/dialogs/knewfiledlg.h @@ -33,7 +33,7 @@ // Use the second constructor to edit a file. class KNewFileDlg : public KNewFileDlgDecl { Q_OBJECT - TQ_OBJECT + public: KNewFileDlg(TQWidget *parent=0, const char *name=0, const TQString& title=TQString()); KNewFileDlg(TQString userName, TQString userStreet, diff --git a/kmymoney2/dialogs/knewinvestmentwizard.h b/kmymoney2/dialogs/knewinvestmentwizard.h index 5b00d52..c02caf0 100644 --- a/kmymoney2/dialogs/knewinvestmentwizard.h +++ b/kmymoney2/dialogs/knewinvestmentwizard.h @@ -39,7 +39,7 @@ class KNewInvestmentWizard : public KNewInvestmentWizardDecl { Q_OBJECT - TQ_OBJECT + public: /** * Use this constructor for the creation of a new investment diff --git a/kmymoney2/dialogs/knewloanwizard.h b/kmymoney2/dialogs/knewloanwizard.h index 42e8a0f..7b39bc3 100644 --- a/kmymoney2/dialogs/knewloanwizard.h +++ b/kmymoney2/dialogs/knewloanwizard.h @@ -54,7 +54,7 @@ class KNewLoanWizard : public KNewLoanWizardDecl { Q_OBJECT - TQ_OBJECT + public: KNewLoanWizard(TQWidget *parent=0, const char *name=0); ~KNewLoanWizard(); diff --git a/kmymoney2/dialogs/konlinequoteconfigurationdlg.h b/kmymoney2/dialogs/konlinequoteconfigurationdlg.h index 78667e5..360fe6f 100644 --- a/kmymoney2/dialogs/konlinequoteconfigurationdlg.h +++ b/kmymoney2/dialogs/konlinequoteconfigurationdlg.h @@ -40,7 +40,7 @@ class KOnlineQuoteConfigurationDlg : public kOnlineQuoteConfigurationDecl { Q_OBJECT - TQ_OBJECT + public: KOnlineQuoteConfigurationDlg(TQWidget *parent); ~KOnlineQuoteConfigurationDlg(); diff --git a/kmymoney2/dialogs/kpayeereassigndlg.h b/kmymoney2/dialogs/kpayeereassigndlg.h index c77f9a2..d83b883 100644 --- a/kmymoney2/dialogs/kpayeereassigndlg.h +++ b/kmymoney2/dialogs/kpayeereassigndlg.h @@ -42,7 +42,7 @@ class KPayeeReassignDlg : public KPayeeReassignDlgDecl { Q_OBJECT - TQ_OBJECT + public: /** Default constructor */ KPayeeReassignDlg( TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/kreconciledlg.h b/kmymoney2/dialogs/kreconciledlg.h index 61b2931..39dd040 100644 --- a/kmymoney2/dialogs/kreconciledlg.h +++ b/kmymoney2/dialogs/kreconciledlg.h @@ -29,7 +29,7 @@ // This dialog is used for reconciliation. class KReconcileDlg : public KReconcileDlgDecl { Q_OBJECT - TQ_OBJECT + public: KReconcileDlg(const MyMoneyMoney previousBal, const MyMoneyMoney endingBal, const TQDate endingDate, MyMoneyAccount *accountIndex, const MyMoneyFile* file, TQWidget *parent=0, const char *name=0); ~KReconcileDlg(); diff --git a/kmymoney2/dialogs/kreportconfigurationfilterdlg.h b/kmymoney2/dialogs/kreportconfigurationfilterdlg.h index b903034..83bc873 100644 --- a/kmymoney2/dialogs/kreportconfigurationfilterdlg.h +++ b/kmymoney2/dialogs/kreportconfigurationfilterdlg.h @@ -42,7 +42,7 @@ class MyMoneyBudget; class KReportConfigurationFilterDlg : public KFindTransactionDlg { Q_OBJECT - TQ_OBJECT + public: KReportConfigurationFilterDlg(MyMoneyReport report, TQWidget *parent = 0, const char *name = 0); ~KReportConfigurationFilterDlg(); diff --git a/kmymoney2/dialogs/ksecuritylisteditor.h b/kmymoney2/dialogs/ksecuritylisteditor.h index fde851b..3a3f9e4 100644 --- a/kmymoney2/dialogs/ksecuritylisteditor.h +++ b/kmymoney2/dialogs/ksecuritylisteditor.h @@ -40,7 +40,7 @@ class TQListViewItem; class KSecurityListEditor : public KSecurityListEditorDecl { Q_OBJECT - TQ_OBJECT + public: KSecurityListEditor(TQWidget *parent, const char* name = 0); ~KSecurityListEditor(); diff --git a/kmymoney2/dialogs/kselectdatabasedlg.h b/kmymoney2/dialogs/kselectdatabasedlg.h index efaf9f5..a0d446f 100644 --- a/kmymoney2/dialogs/kselectdatabasedlg.h +++ b/kmymoney2/dialogs/kselectdatabasedlg.h @@ -37,7 +37,7 @@ class KSelectDatabaseDlg : public KSelectDatabaseDlgDecl { Q_OBJECT - TQ_OBJECT + public: KSelectDatabaseDlg(TQWidget *parent = 0, const char *name = 0); KSelectDatabaseDlg(KURL openURL, TQWidget *parent = 0, const char *name = 0); diff --git a/kmymoney2/dialogs/kselecttransactionsdlg.h b/kmymoney2/dialogs/kselecttransactionsdlg.h index a244ed3..657df34 100644 --- a/kmymoney2/dialogs/kselecttransactionsdlg.h +++ b/kmymoney2/dialogs/kselecttransactionsdlg.h @@ -39,7 +39,7 @@ class TQResizeEvent; class KSelectTransactionsDlg: public KSelectTransactionsDlgDecl { Q_OBJECT - TQ_OBJECT + public: KSelectTransactionsDlg(const MyMoneyAccount& account, TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/ksplittransactiondlg.h b/kmymoney2/dialogs/ksplittransactiondlg.h index 1a292d2..df40d43 100644 --- a/kmymoney2/dialogs/ksplittransactiondlg.h +++ b/kmymoney2/dialogs/ksplittransactiondlg.h @@ -51,7 +51,7 @@ class kMyMoneyLineEdit; class KSplitTransactionDlg : public KSplitTransactionDlgDecl { Q_OBJECT - TQ_OBJECT + public: KSplitTransactionDlg(const MyMoneyTransaction& t, diff --git a/kmymoney2/dialogs/kstartdlg.h b/kmymoney2/dialogs/kstartdlg.h index e81f1c5..587be23 100644 --- a/kmymoney2/dialogs/kstartdlg.h +++ b/kmymoney2/dialogs/kstartdlg.h @@ -38,7 +38,7 @@ class KStartDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KStartDlg( TQWidget *parent=0, const char *name=0, bool modal=true ); virtual ~KStartDlg(); diff --git a/kmymoney2/dialogs/kupdatestockpricedlg.h b/kmymoney2/dialogs/kupdatestockpricedlg.h index 31691c1..23b9f5d 100644 --- a/kmymoney2/dialogs/kupdatestockpricedlg.h +++ b/kmymoney2/dialogs/kupdatestockpricedlg.h @@ -55,7 +55,7 @@ class KUpdateStockPriceDlg : public kUpdateStockPriceDecl { Q_OBJECT - TQ_OBJECT + public: KUpdateStockPriceDlg(TQWidget* parent = NULL, const char* name = NULL); diff --git a/kmymoney2/dialogs/mymoneyqifprofileeditor.h b/kmymoney2/dialogs/mymoneyqifprofileeditor.h index 1efd5a6..81b2905 100644 --- a/kmymoney2/dialogs/mymoneyqifprofileeditor.h +++ b/kmymoney2/dialogs/mymoneyqifprofileeditor.h @@ -41,7 +41,7 @@ class TQListViewItem; class MyMoneyQifProfileNameValidator : public TQValidator { Q_OBJECT - TQ_OBJECT + public: MyMoneyQifProfileNameValidator(TQObject *o, const char *name); @@ -54,7 +54,7 @@ public: class MyMoneyQifProfileEditor : public MyMoneyQifProfileEditorDecl { Q_OBJECT - TQ_OBJECT + public: MyMoneyQifProfileEditor(const bool edit = false, TQWidget *parent=0, const char *name=0); diff --git a/kmymoney2/dialogs/settings/ksettingscolors.h b/kmymoney2/dialogs/settings/ksettingscolors.h index 2e26b18..9ac018e 100644 --- a/kmymoney2/dialogs/settings/ksettingscolors.h +++ b/kmymoney2/dialogs/settings/ksettingscolors.h @@ -31,7 +31,7 @@ class KSettingsColors : public KSettingsColorsDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsColors(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/settings/ksettingsfonts.h b/kmymoney2/dialogs/settings/ksettingsfonts.h index 162d1ce..61be140 100644 --- a/kmymoney2/dialogs/settings/ksettingsfonts.h +++ b/kmymoney2/dialogs/settings/ksettingsfonts.h @@ -31,7 +31,7 @@ class KSettingsFonts : public KSettingsFontsDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsFonts(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/settings/ksettingsforecast.h b/kmymoney2/dialogs/settings/ksettingsforecast.h index f7e28b4..8a0ed92 100644 --- a/kmymoney2/dialogs/settings/ksettingsforecast.h +++ b/kmymoney2/dialogs/settings/ksettingsforecast.h @@ -32,7 +32,7 @@ class KSettingsForecast : public KSettingsForecastDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsForecast(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/settings/ksettingsgeneral.h b/kmymoney2/dialogs/settings/ksettingsgeneral.h index 09ba37f..8bff472 100644 --- a/kmymoney2/dialogs/settings/ksettingsgeneral.h +++ b/kmymoney2/dialogs/settings/ksettingsgeneral.h @@ -31,7 +31,7 @@ class KSettingsGeneral : public KSettingsGeneralDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsGeneral(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/settings/ksettingsgpg.h b/kmymoney2/dialogs/settings/ksettingsgpg.h index ff279b3..bdfad3c 100644 --- a/kmymoney2/dialogs/settings/ksettingsgpg.h +++ b/kmymoney2/dialogs/settings/ksettingsgpg.h @@ -32,7 +32,7 @@ class KSettingsGpg : public KSettingsGpgDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsGpg(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/settings/ksettingshome.h b/kmymoney2/dialogs/settings/ksettingshome.h index be51648..94701a7 100644 --- a/kmymoney2/dialogs/settings/ksettingshome.h +++ b/kmymoney2/dialogs/settings/ksettingshome.h @@ -33,7 +33,7 @@ class TQListViewItem; class KSettingsHome : public KSettingsHomeDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsHome(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/settings/ksettingsonlinequotes.h b/kmymoney2/dialogs/settings/ksettingsonlinequotes.h index d144e5b..2514a55 100644 --- a/kmymoney2/dialogs/settings/ksettingsonlinequotes.h +++ b/kmymoney2/dialogs/settings/ksettingsonlinequotes.h @@ -33,7 +33,7 @@ class KSettingsOnlineQuotes : public KSettingsOnlineQuotesDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsOnlineQuotes(TQWidget* parent = 0, const char *name = 0); virtual ~KSettingsOnlineQuotes() {} diff --git a/kmymoney2/dialogs/settings/ksettingsplugins.h b/kmymoney2/dialogs/settings/ksettingsplugins.h index 3f62e13..ec946d7 100644 --- a/kmymoney2/dialogs/settings/ksettingsplugins.h +++ b/kmymoney2/dialogs/settings/ksettingsplugins.h @@ -32,7 +32,7 @@ class KSettingsPlugins : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kmymoney2/dialogs/settings/ksettingsregister.h b/kmymoney2/dialogs/settings/ksettingsregister.h index a56a7dd..acb7298 100644 --- a/kmymoney2/dialogs/settings/ksettingsregister.h +++ b/kmymoney2/dialogs/settings/ksettingsregister.h @@ -31,7 +31,7 @@ class KSettingsRegister : public KSettingsRegisterDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsRegister(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/settings/ksettingsschedules.h b/kmymoney2/dialogs/settings/ksettingsschedules.h index f70aa77..4ba4cbc 100644 --- a/kmymoney2/dialogs/settings/ksettingsschedules.h +++ b/kmymoney2/dialogs/settings/ksettingsschedules.h @@ -32,7 +32,7 @@ class KSettingsSchedules : public KSettingsSchedulesDecl { Q_OBJECT - TQ_OBJECT + public: KSettingsSchedules(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/dialogs/transactioneditor.h b/kmymoney2/dialogs/transactioneditor.h index 5d3bc96..581cdfc 100644 --- a/kmymoney2/dialogs/transactioneditor.h +++ b/kmymoney2/dialogs/transactioneditor.h @@ -41,7 +41,7 @@ class KMyMoneyCategory; class TransactionEditor : public TQObject { Q_OBJECT - TQ_OBJECT + public: TransactionEditor() {} TransactionEditor(TransactionEditorContainer* regForm, KMyMoneyRegister::Transaction* item, const KMyMoneyRegister::SelectedTransactions& list, const TQDate& lastPostDate); @@ -298,7 +298,7 @@ protected: class StdTransactionEditor : public TransactionEditor { Q_OBJECT - TQ_OBJECT + public: StdTransactionEditor(); StdTransactionEditor(TransactionEditorContainer* regForm, KMyMoneyRegister::Transaction* item, const KMyMoneyRegister::SelectedTransactions& list, const TQDate& lastPostDate); diff --git a/kmymoney2/kmymoney2.h b/kmymoney2/kmymoney2.h index df1a5dc..ebf7b80 100644 --- a/kmymoney2/kmymoney2.h +++ b/kmymoney2/kmymoney2.h @@ -96,7 +96,7 @@ namespace KMyMoneyPlugin { class ImporterPlugin; } class KMyMoney2App : public KMainWindow, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP protected slots: diff --git a/kmymoney2/kstartuplogo.h b/kmymoney2/kstartuplogo.h index 421854b..faad1a2 100644 --- a/kmymoney2/kstartuplogo.h +++ b/kmymoney2/kstartuplogo.h @@ -34,7 +34,7 @@ class KStartupSplash : public KSplashScreen { Q_OBJECT - TQ_OBJECT + public: KStartupSplash(const TQPixmap &pixmap, WFlags f = 0); ~KStartupSplash(); @@ -52,7 +52,7 @@ class KStartupSplash : public KSplashScreen class KStartupLogo : public TQObject { Q_OBJECT - TQ_OBJECT + public: KStartupLogo(); ~KStartupLogo(); diff --git a/kmymoney2/mymoney/mymoneyfile.h b/kmymoney2/mymoney/mymoneyfile.h index ceb67ad..9bd7514 100644 --- a/kmymoney2/mymoney/mymoneyfile.h +++ b/kmymoney2/mymoney/mymoneyfile.h @@ -137,7 +137,7 @@ class MyMoneyTransactionFilter; class KMYMONEY_EXPORT MyMoneyFile : public TQObject { Q_OBJECT - TQ_OBJECT + public: class MyMoneyNotifier diff --git a/kmymoney2/mymoney/mymoneyobjectcontainer.h b/kmymoney2/mymoney/mymoneyobjectcontainer.h index 715154c..977bef6 100644 --- a/kmymoney2/mymoney/mymoneyobjectcontainer.h +++ b/kmymoney2/mymoney/mymoneyobjectcontainer.h @@ -49,7 +49,7 @@ class KMYMONEY_EXPORT MyMoneyObjectContainer : public TQObject { Q_OBJECT - TQ_OBJECT + public: MyMoneyObjectContainer(); ~MyMoneyObjectContainer(); diff --git a/kmymoney2/plugins/importinterface.h b/kmymoney2/plugins/importinterface.h index 22df51a..7ad0261 100644 --- a/kmymoney2/plugins/importinterface.h +++ b/kmymoney2/plugins/importinterface.h @@ -49,7 +49,7 @@ namespace KMyMoneyPlugin { class KMYMONEY_EXPORT ImportInterface : public TQObject { Q_OBJECT - TQ_OBJECT + public: ImportInterface(TQObject* parent, const char* name = 0); diff --git a/kmymoney2/plugins/interfaces/kmmimportinterface.h b/kmymoney2/plugins/interfaces/kmmimportinterface.h index 0cea34a..bc88932 100644 --- a/kmymoney2/plugins/interfaces/kmmimportinterface.h +++ b/kmymoney2/plugins/interfaces/kmmimportinterface.h @@ -45,7 +45,7 @@ namespace KMyMoneyPlugin { */ class KMMImportInterface : public ImportInterface { Q_OBJECT - TQ_OBJECT + public: KMMImportInterface(KMyMoney2App* app, TQObject* parent, const char* name = 0); diff --git a/kmymoney2/plugins/interfaces/kmmstatementinterface.h b/kmymoney2/plugins/interfaces/kmmstatementinterface.h index df7677a..67f527c 100644 --- a/kmymoney2/plugins/interfaces/kmmstatementinterface.h +++ b/kmymoney2/plugins/interfaces/kmmstatementinterface.h @@ -46,7 +46,7 @@ namespace KMyMoneyPlugin { class KMMStatementInterface : public StatementInterface { Q_OBJECT - TQ_OBJECT + public: KMMStatementInterface(KMyMoney2App* app, TQObject* parent, const char* name = 0); diff --git a/kmymoney2/plugins/interfaces/kmmviewinterface.h b/kmymoney2/plugins/interfaces/kmmviewinterface.h index da9fb8e..76436e7 100644 --- a/kmymoney2/plugins/interfaces/kmmviewinterface.h +++ b/kmymoney2/plugins/interfaces/kmmviewinterface.h @@ -45,7 +45,7 @@ namespace KMyMoneyPlugin { */ class KMMViewInterface : public ViewInterface { Q_OBJECT - TQ_OBJECT + public: KMMViewInterface(KMyMoney2App* app, KMyMoneyView* view, TQObject* parent, const char* name = 0); diff --git a/kmymoney2/plugins/kmymoneyplugin.h b/kmymoney2/plugins/kmymoneyplugin.h index 523e578..f6f4230 100644 --- a/kmymoney2/plugins/kmymoneyplugin.h +++ b/kmymoney2/plugins/kmymoneyplugin.h @@ -59,7 +59,7 @@ namespace KMyMoneyPlugin { class KMYMONEY_EXPORT Plugin : public TQObject, public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: Plugin(TQObject* parent, const char* name); virtual ~Plugin(); diff --git a/kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h b/kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h index 1227a90..b0025e3 100644 --- a/kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h +++ b/kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h @@ -49,7 +49,7 @@ class TransferJob; class KOfxDirectConnectDlg : public KOfxDirectConnectDlgDecl { Q_OBJECT - TQ_OBJECT + public: KOfxDirectConnectDlg(const MyMoneyAccount&, TQWidget *parent = 0, const char *name = 0); ~KOfxDirectConnectDlg(); diff --git a/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h b/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h index 35b010c..b40fa69 100644 --- a/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h +++ b/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h @@ -61,7 +61,7 @@ class OfxHeaderVersion; class KOnlineBankingSetupWizard : public KOnlineBankingSetupDecl { Q_OBJECT - TQ_OBJECT + public: class ListViewItem: public MyMoneyKeyValueContainer, public TQListViewItem { diff --git a/kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h b/kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h index 3b04903..578f7f7 100644 --- a/kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h +++ b/kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h @@ -44,7 +44,7 @@ class OfxHeaderVersion; class KOnlineBankingStatus : public KOnlineBankingStatusDecl { Q_OBJECT - TQ_OBJECT + public: KOnlineBankingStatus(const MyMoneyAccount& acc, TQWidget *parent=0, const char *name=0); ~KOnlineBankingStatus(); diff --git a/kmymoney2/plugins/ofximport/ofximporterplugin.h b/kmymoney2/plugins/ofximport/ofximporterplugin.h index 04a4892..417d63a 100644 --- a/kmymoney2/plugins/ofximport/ofximporterplugin.h +++ b/kmymoney2/plugins/ofximport/ofximporterplugin.h @@ -43,7 +43,7 @@ class KOnlineBankingStatus; class OfxImporterPlugin : public KMyMoneyPlugin::Plugin, public KMyMoneyPlugin::ImporterPlugin, public KMyMoneyPlugin::OnlinePlugin { Q_OBJECT - TQ_OBJECT + public: OfxImporterPlugin(TQObject *parent = 0, const char *name = 0, const TQStringList& = TQStringList()); diff --git a/kmymoney2/plugins/ofximport/ofxpartner.h b/kmymoney2/plugins/ofximport/ofxpartner.h index 84f4d2a..6367884 100644 --- a/kmymoney2/plugins/ofximport/ofxpartner.h +++ b/kmymoney2/plugins/ofximport/ofxpartner.h @@ -61,7 +61,7 @@ namespace OfxPartner class OfxHttpRequest : public TQObject { Q_OBJECT - TQ_OBJECT + public: OfxHttpRequest(const TQString& method, const KURL &url, const TQByteArray &postData, const TQMap& metaData, const KURL& dst, bool showProgressInfo=true); virtual ~OfxHttpRequest() {} @@ -81,7 +81,7 @@ private: class OfxHttpsRequest : public TQObject { Q_OBJECT - TQ_OBJECT + public: OfxHttpsRequest(const TQString& method, const KURL &url, const TQByteArray &postData, const TQMap& metaData, const KURL& dst, bool showProgressInfo=true); virtual ~OfxHttpsRequest(); diff --git a/kmymoney2/plugins/pluginloader.h b/kmymoney2/plugins/pluginloader.h index e6c6aec..e449566 100644 --- a/kmymoney2/plugins/pluginloader.h +++ b/kmymoney2/plugins/pluginloader.h @@ -46,7 +46,7 @@ namespace KMyMoneyPlugin class KMYMONEY_EXPORT PluginLoader : public TQObject { Q_OBJECT - TQ_OBJECT + public: PluginLoader(TQObject* parent); virtual ~PluginLoader(); diff --git a/kmymoney2/plugins/statementinterface.h b/kmymoney2/plugins/statementinterface.h index 7ced222..8be6a57 100644 --- a/kmymoney2/plugins/statementinterface.h +++ b/kmymoney2/plugins/statementinterface.h @@ -45,7 +45,7 @@ namespace KMyMoneyPlugin { */ class KMYMONEY_EXPORT StatementInterface : public TQObject { Q_OBJECT - TQ_OBJECT + public: StatementInterface(TQObject* parent, const char* name = 0); diff --git a/kmymoney2/plugins/viewinterface.h b/kmymoney2/plugins/viewinterface.h index 06b7d9d..8f94311 100644 --- a/kmymoney2/plugins/viewinterface.h +++ b/kmymoney2/plugins/viewinterface.h @@ -55,7 +55,7 @@ namespace KMyMoneyPlugin { */ class KMYMONEY_EXPORT ViewInterface : public TQObject { Q_OBJECT - TQ_OBJECT + public: ViewInterface(TQObject* parent, const char* name = 0); diff --git a/kmymoney2/views/kaccountsview.h b/kmymoney2/views/kaccountsview.h index 9ed197b..a3d6385 100644 --- a/kmymoney2/views/kaccountsview.h +++ b/kmymoney2/views/kaccountsview.h @@ -87,7 +87,7 @@ private: class KAccountsView : public KAccountsViewDecl { Q_OBJECT - TQ_OBJECT + private: public: diff --git a/kmymoney2/views/kbudgetview.h b/kmymoney2/views/kbudgetview.h index b7b4267..659736e 100644 --- a/kmymoney2/views/kbudgetview.h +++ b/kmymoney2/views/kbudgetview.h @@ -79,7 +79,7 @@ private: class KBudgetView : public KBudgetViewDecl { Q_OBJECT - TQ_OBJECT + public: KBudgetView(TQWidget *parent=0, const char *name=0); ~KBudgetView(); diff --git a/kmymoney2/views/kcategoriesview.h b/kmymoney2/views/kcategoriesview.h index 9b39091..fce4dd0 100644 --- a/kmymoney2/views/kcategoriesview.h +++ b/kmymoney2/views/kcategoriesview.h @@ -63,7 +63,7 @@ class KListViewSearchLineWidget; class KCategoriesView : public KCategoriesViewDecl { Q_OBJECT - TQ_OBJECT + public: KCategoriesView(TQWidget *parent=0, const char *name=0); virtual ~KCategoriesView(); diff --git a/kmymoney2/views/kforecastview.h b/kmymoney2/views/kforecastview.h index 5bb9a51..92710aa 100644 --- a/kmymoney2/views/kforecastview.h +++ b/kmymoney2/views/kforecastview.h @@ -46,7 +46,7 @@ using namespace reports; class KForecastView : public KForecastViewDecl { Q_OBJECT - TQ_OBJECT + private: public: diff --git a/kmymoney2/views/kgloballedgerview.h b/kmymoney2/views/kgloballedgerview.h index a91b557..401ccf5 100644 --- a/kmymoney2/views/kgloballedgerview.h +++ b/kmymoney2/views/kgloballedgerview.h @@ -66,7 +66,7 @@ class TransactionEditor; class MousePressFilter : public TQObject { Q_OBJECT - TQ_OBJECT + public: MousePressFilter(TQWidget* parent = 0, const char* name = 0); @@ -131,7 +131,7 @@ private: class KGlobalLedgerView : public KMyMoneyViewBase { Q_OBJECT - TQ_OBJECT + public: KGlobalLedgerView(TQWidget *parent=0, const char *name=0); ~KGlobalLedgerView(); diff --git a/kmymoney2/views/khomeview.h b/kmymoney2/views/khomeview.h index 23528bb..e4a47bb 100644 --- a/kmymoney2/views/khomeview.h +++ b/kmymoney2/views/khomeview.h @@ -51,7 +51,7 @@ class TQFrame; class KHomeView : public KMyMoneyViewBase { Q_OBJECT - TQ_OBJECT + public: /** * Definition of bitmap used as argument for showAccounts(). diff --git a/kmymoney2/views/kinstitutionsview.h b/kmymoney2/views/kinstitutionsview.h index b604ae9..f46d944 100644 --- a/kmymoney2/views/kinstitutionsview.h +++ b/kmymoney2/views/kinstitutionsview.h @@ -42,7 +42,7 @@ class KInstitutionsView : public KInstitutionsViewDecl { Q_OBJECT - TQ_OBJECT + private: public: diff --git a/kmymoney2/views/kinvestmentview.h b/kmymoney2/views/kinvestmentview.h index ffe9131..6685f39 100644 --- a/kmymoney2/views/kinvestmentview.h +++ b/kmymoney2/views/kinvestmentview.h @@ -47,7 +47,7 @@ class MyMoneyInvestTransaction; class KInvestmentView : public KInvestmentViewDecl { Q_OBJECT - TQ_OBJECT + public: KInvestmentView(TQWidget *parent=0, const char *name=0); diff --git a/kmymoney2/views/kmymoneyview.h b/kmymoney2/views/kmymoneyview.h index d542110..d1521f1 100644 --- a/kmymoney2/views/kmymoneyview.h +++ b/kmymoney2/views/kmymoneyview.h @@ -77,7 +77,7 @@ class KForecastView; class KMyMoneyView : public KJanusWidget { Q_OBJECT - TQ_OBJECT + public: enum viewID { @@ -599,7 +599,7 @@ signals: class KMyMoneyViewBase : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KMyMoneyViewBase(TQWidget* parent, const char *name, const TQString& title); virtual ~KMyMoneyViewBase(); diff --git a/kmymoney2/views/kpayeesview.h b/kmymoney2/views/kpayeesview.h index adbd708..e640bf1 100644 --- a/kmymoney2/views/kpayeesview.h +++ b/kmymoney2/views/kpayeesview.h @@ -200,7 +200,7 @@ private: class KPayeesView : public KPayeesViewDecl { Q_OBJECT - TQ_OBJECT + public: KPayeesView(TQWidget *parent=0, const char *name=0); diff --git a/kmymoney2/views/kreportsview.h b/kmymoney2/views/kreportsview.h index 493b312..46f18ff 100755 --- a/kmymoney2/views/kreportsview.h +++ b/kmymoney2/views/kreportsview.h @@ -77,7 +77,7 @@ namespace KReportView { class KReportsView : public KMyMoneyViewBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kmymoney2/views/kscheduledview.h b/kmymoney2/views/kscheduledview.h index cf7e10d..378358a 100644 --- a/kmymoney2/views/kscheduledview.h +++ b/kmymoney2/views/kscheduledview.h @@ -56,7 +56,7 @@ class KPopupMenu; class KScheduledView : public KScheduledViewDecl { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kmymoney2/widgets/kaccounttemplateselector.h b/kmymoney2/widgets/kaccounttemplateselector.h index c35dbb0..bb447dc 100644 --- a/kmymoney2/widgets/kaccounttemplateselector.h +++ b/kmymoney2/widgets/kaccounttemplateselector.h @@ -36,7 +36,7 @@ class MyMoneyTemplate; class KAccountTemplateSelector : public KAccountTemplateSelectorDecl { Q_OBJECT - TQ_OBJECT + public: KAccountTemplateSelector(TQWidget* parent = 0, const char* name = 0); ~KAccountTemplateSelector(); diff --git a/kmymoney2/widgets/kbudgetvalues.h b/kmymoney2/widgets/kbudgetvalues.h index 0f4a63a..c94d758 100644 --- a/kmymoney2/widgets/kbudgetvalues.h +++ b/kmymoney2/widgets/kbudgetvalues.h @@ -40,7 +40,7 @@ class kMyMoneyEdit; class KBudgetValues : public KBudgetValuesDecl { Q_OBJECT - TQ_OBJECT + public: KBudgetValues(TQWidget* parent = 0, const char* name = 0); ~KBudgetValues(); diff --git a/kmymoney2/widgets/kguiutils.h b/kmymoney2/widgets/kguiutils.h index 81c26aa..12beaf3 100644 --- a/kmymoney2/widgets/kguiutils.h +++ b/kmymoney2/widgets/kguiutils.h @@ -40,7 +40,7 @@ class TQWidget; class kMandatoryFieldGroup : public TQObject { Q_OBJECT - TQ_OBJECT + public: kMandatoryFieldGroup(TQObject *parent) : diff --git a/kmymoney2/widgets/klistviewsearchline.h b/kmymoney2/widgets/klistviewsearchline.h index 7655c2b..28aeaef 100644 --- a/kmymoney2/widgets/klistviewsearchline.h +++ b/kmymoney2/widgets/klistviewsearchline.h @@ -41,7 +41,7 @@ class TQToolButton; class KMYMONEY_EXPORT KListViewSearchLine : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: @@ -214,7 +214,7 @@ private: class KMYMONEY_EXPORT KListViewSearchLineWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kmymoney2/widgets/kmymoneyaccountcombo.h b/kmymoney2/widgets/kmymoneyaccountcombo.h index bdf6e9a..ebd35f3 100644 --- a/kmymoney2/widgets/kmymoneyaccountcombo.h +++ b/kmymoney2/widgets/kmymoneyaccountcombo.h @@ -44,7 +44,7 @@ class kMyMoneyAccountCompletion; class KMyMoneyAccountCombo : public KComboBox { Q_OBJECT - TQ_OBJECT + public: KMyMoneyAccountCombo( TQWidget* parent = 0, const char* name = 0 ); ~KMyMoneyAccountCombo(); diff --git a/kmymoney2/widgets/kmymoneyaccountcompletion.h b/kmymoney2/widgets/kmymoneyaccountcompletion.h index 48c0b2b..2dfbbdf 100644 --- a/kmymoney2/widgets/kmymoneyaccountcompletion.h +++ b/kmymoney2/widgets/kmymoneyaccountcompletion.h @@ -44,7 +44,7 @@ class TQListViewItem; class kMyMoneyAccountCompletion : public kMyMoneyCompletion { Q_OBJECT - TQ_OBJECT + public: kMyMoneyAccountCompletion(TQWidget *parent=0, const char *name=0); diff --git a/kmymoney2/widgets/kmymoneyaccountselector.h b/kmymoney2/widgets/kmymoneyaccountselector.h index 3c15023..b347a39 100644 --- a/kmymoney2/widgets/kmymoneyaccountselector.h +++ b/kmymoney2/widgets/kmymoneyaccountselector.h @@ -56,7 +56,7 @@ class MyMoneyFile; class kMyMoneyAccountSelector : public KMyMoneySelector { Q_OBJECT - TQ_OBJECT + public: friend class AccountSet; diff --git a/kmymoney2/widgets/kmymoneyaccounttree.h b/kmymoney2/widgets/kmymoneyaccounttree.h index 877ffcc..c879fef 100644 --- a/kmymoney2/widgets/kmymoneyaccounttree.h +++ b/kmymoney2/widgets/kmymoneyaccounttree.h @@ -26,7 +26,7 @@ class KMyMoneyAccountTreeItem; class KMyMoneyAccountTree : public KMyMoneyAccountTreeBase { Q_OBJECT - TQ_OBJECT + public: KMyMoneyAccountTree(TQWidget* parent = 0, const char *name = 0); int taxReportColumn(void) const { return m_taxReportColumn; } diff --git a/kmymoney2/widgets/kmymoneyaccounttreebase.h b/kmymoney2/widgets/kmymoneyaccounttreebase.h index 25113de..5932f85 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreebase.h +++ b/kmymoney2/widgets/kmymoneyaccounttreebase.h @@ -45,7 +45,7 @@ class KMyMoneyAccountTreeBase : public KListView friend class KMyMoneyAccountTreeBaseItem; Q_OBJECT - TQ_OBJECT + public: KMyMoneyAccountTreeBase(TQWidget* parent = 0, const char *name = 0); virtual ~KMyMoneyAccountTreeBase(); diff --git a/kmymoney2/widgets/kmymoneyaccounttreebudget.h b/kmymoney2/widgets/kmymoneyaccounttreebudget.h index fc4a813..1b5139a 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreebudget.h +++ b/kmymoney2/widgets/kmymoneyaccounttreebudget.h @@ -39,7 +39,7 @@ class KMyMoneyAccountTreeBudgetItem; class KMyMoneyAccountTreeBudget : public KMyMoneyAccountTreeBase { Q_OBJECT - TQ_OBJECT + public: KMyMoneyAccountTreeBudget(TQWidget* parent = 0, const char *name = 0); virtual ~KMyMoneyAccountTreeBudget() {} diff --git a/kmymoney2/widgets/kmymoneyaccounttreeforecast.h b/kmymoney2/widgets/kmymoneyaccounttreeforecast.h index 1f4199b..8bde078 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreeforecast.h +++ b/kmymoney2/widgets/kmymoneyaccounttreeforecast.h @@ -39,7 +39,7 @@ class KMyMoneyAccountTreeForecastItem; class KMyMoneyAccountTreeForecast : public KMyMoneyAccountTreeBase { Q_OBJECT - TQ_OBJECT + public: KMyMoneyAccountTreeForecast(TQWidget* parent = 0, const char *name = 0); virtual ~KMyMoneyAccountTreeForecast() {} diff --git a/kmymoney2/widgets/kmymoneybriefschedule.h b/kmymoney2/widgets/kmymoneybriefschedule.h index ec9e0d5..8f84b09 100644 --- a/kmymoney2/widgets/kmymoneybriefschedule.h +++ b/kmymoney2/widgets/kmymoneybriefschedule.h @@ -42,7 +42,7 @@ class KMyMoneyBriefSchedule : public kScheduleBriefWidget { Q_OBJECT - TQ_OBJECT + public: KMyMoneyBriefSchedule(TQWidget *parent=0, const char *name=0); ~KMyMoneyBriefSchedule(); diff --git a/kmymoney2/widgets/kmymoneycalculator.h b/kmymoney2/widgets/kmymoneycalculator.h index c015da3..3eaf055 100644 --- a/kmymoney2/widgets/kmymoneycalculator.h +++ b/kmymoney2/widgets/kmymoneycalculator.h @@ -58,7 +58,7 @@ */ class kMyMoneyCalculator : public TQFrame { Q_OBJECT - TQ_OBJECT + public: kMyMoneyCalculator(TQWidget* parent = 0, const char *name = 0); ~kMyMoneyCalculator(); diff --git a/kmymoney2/widgets/kmymoneycalendar.h b/kmymoney2/widgets/kmymoneycalendar.h index a96a7c8..30128e2 100644 --- a/kmymoney2/widgets/kmymoneycalendar.h +++ b/kmymoney2/widgets/kmymoneycalendar.h @@ -75,7 +75,7 @@ class TQPushButton; **/ class kMyMoneyCalendar : public TQFrame { Q_OBJECT - TQ_OBJECT + public: public: diff --git a/kmymoney2/widgets/kmymoneycategory.h b/kmymoney2/widgets/kmymoneycategory.h index 34b5d14..40c018f 100644 --- a/kmymoney2/widgets/kmymoneycategory.h +++ b/kmymoney2/widgets/kmymoneycategory.h @@ -59,7 +59,7 @@ class kMyMoneyAccountSelector; class KMyMoneyCategory : public KMyMoneyCombo { Q_OBJECT - TQ_OBJECT + public: /** * Standard constructor for the account selection object. @@ -178,7 +178,7 @@ private: class KMyMoneySecurity : public KMyMoneyCategory { Q_OBJECT - TQ_OBJECT + public: KMyMoneySecurity(TQWidget* parent = 0, const char* name = 0); virtual ~KMyMoneySecurity(); diff --git a/kmymoney2/widgets/kmymoneychecklistitem.h b/kmymoney2/widgets/kmymoneychecklistitem.h index cbfb30f..bb91b6a 100644 --- a/kmymoney2/widgets/kmymoneychecklistitem.h +++ b/kmymoney2/widgets/kmymoneychecklistitem.h @@ -44,7 +44,7 @@ class KMyMoneyCheckListItem : public TQObject, public TQCheckListItem friend class KMyMoneyListViewItem; Q_OBJECT - TQ_OBJECT + public: KMyMoneyCheckListItem(TQListView *parent, const TQString& txt, const TQString& key, const TQString& id, Type type = TQCheckListItem::CheckBox); KMyMoneyCheckListItem(TQListView *parent, TQListViewItem* after, const TQString& txt, const TQString& key, const TQString& id, Type type = TQCheckListItem::CheckBox); diff --git a/kmymoney2/widgets/kmymoneycombo.h b/kmymoney2/widgets/kmymoneycombo.h index 7581002..eea43bd 100644 --- a/kmymoney2/widgets/kmymoneycombo.h +++ b/kmymoney2/widgets/kmymoneycombo.h @@ -51,7 +51,7 @@ class kMyMoneyLineEdit; class KMyMoneyCombo : public KComboBox { Q_OBJECT - TQ_OBJECT + public: KMyMoneyCombo(TQWidget *w = 0, const char *name=0); KMyMoneyCombo(bool rw, TQWidget *w = 0, const char *name=0); @@ -228,7 +228,7 @@ private: class KMyMoneyReconcileCombo : public KMyMoneyCombo { Q_OBJECT - TQ_OBJECT + public: KMyMoneyReconcileCombo(TQWidget *w = 0, const char *name=0); @@ -250,7 +250,7 @@ protected slots: class KMyMoneyComboAction : public KMyMoneyCombo { Q_OBJECT - TQ_OBJECT + public: KMyMoneyComboAction(TQWidget *w = 0, const char *name=0); @@ -273,7 +273,7 @@ signals: class KMyMoneyCashFlowCombo : public KMyMoneyCombo { Q_OBJECT - TQ_OBJECT + public: /** * Create a combo box that contains the entries "Pay to", "From" and @@ -303,7 +303,7 @@ private: class KMyMoneyActivityCombo : public KMyMoneyCombo { Q_OBJECT - TQ_OBJECT + public: /** * Create a combo box that contains the entries "Buy", "Sell" etc. @@ -343,7 +343,7 @@ private: class KMyMoneyPayeeCombo : public KMyMoneyCombo { Q_OBJECT - TQ_OBJECT + public: KMyMoneyPayeeCombo(TQWidget* parent = 0, const char* name = 0); @@ -353,7 +353,7 @@ public: class KMyMoneyGeneralCombo : public KComboBox { Q_OBJECT - TQ_OBJECT + public: KMyMoneyGeneralCombo(TQWidget* parent = 0, const char* name = 0); virtual ~KMyMoneyGeneralCombo(); @@ -396,7 +396,7 @@ private: class KMyMoneyPeriodCombo : public KMyMoneyGeneralCombo { Q_OBJECT - TQ_OBJECT + public: KMyMoneyPeriodCombo(TQWidget* parent = 0, const char* name = 0); @@ -429,7 +429,7 @@ public: class KMyMoneyOccurenceCombo : public KMyMoneyGeneralCombo { Q_OBJECT - TQ_OBJECT + public: KMyMoneyOccurenceCombo(TQWidget* parent = 0, const char* name = 0); @@ -444,7 +444,7 @@ public: class KMyMoneyOccurencePeriodCombo : public KMyMoneyOccurenceCombo { Q_OBJECT - TQ_OBJECT + public: KMyMoneyOccurencePeriodCombo(TQWidget* parent = 0, const char* name = 0); }; @@ -456,7 +456,7 @@ public: class KMyMoneyFrequencyCombo : public KMyMoneyOccurenceCombo { Q_OBJECT - TQ_OBJECT + public: KMyMoneyFrequencyCombo(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/widgets/kmymoneycompletion.h b/kmymoney2/widgets/kmymoneycompletion.h index 8c8055d..36ff70b 100644 --- a/kmymoney2/widgets/kmymoneycompletion.h +++ b/kmymoney2/widgets/kmymoneycompletion.h @@ -48,7 +48,7 @@ class KMyMoneySelector; class kMyMoneyCompletion : public TQVBox { Q_OBJECT - TQ_OBJECT + public: kMyMoneyCompletion(TQWidget *parent=0, const char *name=0); diff --git a/kmymoney2/widgets/kmymoneycurrencyselector.h b/kmymoney2/widgets/kmymoneycurrencyselector.h index 938f5e4..f829530 100644 --- a/kmymoney2/widgets/kmymoneycurrencyselector.h +++ b/kmymoney2/widgets/kmymoneycurrencyselector.h @@ -45,7 +45,7 @@ class KMyMoneySecuritySelector : public KComboBox { Q_OBJECT - TQ_OBJECT + public: enum displayItemE { Symbol = 0, diff --git a/kmymoney2/widgets/kmymoneydateinput.h b/kmymoney2/widgets/kmymoneydateinput.h index d3c3f33..fdca787 100644 --- a/kmymoney2/widgets/kmymoneydateinput.h +++ b/kmymoney2/widgets/kmymoneydateinput.h @@ -46,7 +46,7 @@ class KPassivePopup; class KMyMoneyDateEdit : public TQDateEdit { Q_OBJECT - TQ_OBJECT + public: KMyMoneyDateEdit(const TQDate& date, TQWidget *parent=0, const char *name=0) : TQDateEdit(date, parent, name) {} @@ -64,7 +64,7 @@ protected: class kMyMoneyDateInput : public TQHBox { Q_OBJECT - TQ_OBJECT + public: kMyMoneyDateInput(TQWidget *parent=0, const char *name=0, TQt::AlignmentFlags flags=TQt::AlignLeft); diff --git a/kmymoney2/widgets/kmymoneydatetbl.h b/kmymoney2/widgets/kmymoneydatetbl.h index 7de402d..015e2cc 100644 --- a/kmymoney2/widgets/kmymoneydatetbl.h +++ b/kmymoney2/widgets/kmymoneydatetbl.h @@ -64,7 +64,7 @@ */ class kMyMoneyDateTbl : public TQGridView { Q_OBJECT - TQ_OBJECT + public: enum calendarType { WEEKLY, MONTHLY, diff --git a/kmymoney2/widgets/kmymoneyedit.h b/kmymoney2/widgets/kmymoneyedit.h index a8f3a6f..6acbd1d 100644 --- a/kmymoney2/widgets/kmymoneyedit.h +++ b/kmymoney2/widgets/kmymoneyedit.h @@ -56,7 +56,7 @@ class kMyMoneyCalculator; class kMyMoneyMoneyValidator : public TQDoubleValidator { Q_OBJECT - TQ_OBJECT + public: /** @@ -92,7 +92,7 @@ public: class kMyMoneyEdit : public TQHBox { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(bool calculatorButtonVisibility READ isCalculatorButtonVisible WRITE setCalculatorButtonVisible); TQ_PROPERTY(bool resetButtonVisibility READ isResetButtonVisible WRITE setResetButtonVisible); TQ_PROPERTY(bool allowEmpty READ isEmptyAllowed WRITE setAllowEmpty); diff --git a/kmymoney2/widgets/kmymoneygpgconfig.h b/kmymoney2/widgets/kmymoneygpgconfig.h index 70de400..5919bb0 100644 --- a/kmymoney2/widgets/kmymoneygpgconfig.h +++ b/kmymoney2/widgets/kmymoneygpgconfig.h @@ -40,7 +40,7 @@ class kMyMoneyGPGConfig : public kMyMoneyGPGConfigDecl { Q_OBJECT - TQ_OBJECT + public: kMyMoneyGPGConfig(TQWidget* parent, const char *name); virtual ~kMyMoneyGPGConfig() {} diff --git a/kmymoney2/widgets/kmymoneylineedit.h b/kmymoney2/widgets/kmymoneylineedit.h index f0331f6..6c325eb 100644 --- a/kmymoney2/widgets/kmymoneylineedit.h +++ b/kmymoney2/widgets/kmymoneylineedit.h @@ -45,7 +45,7 @@ class kMyMoneyLineEdit : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: /** * @param w pointer to parent diff --git a/kmymoney2/widgets/kmymoneylistviewitem.h b/kmymoney2/widgets/kmymoneylistviewitem.h index 015a002..5322ea6 100644 --- a/kmymoney2/widgets/kmymoneylistviewitem.h +++ b/kmymoney2/widgets/kmymoneylistviewitem.h @@ -44,7 +44,7 @@ class KMyMoneyListViewItem : public TQObject, public KListViewItem friend class KMyMoneyCheckListItem; Q_OBJECT - TQ_OBJECT + public: KMyMoneyListViewItem(TQListView *parent, const TQString& txt, const TQString& key, const TQString& id); KMyMoneyListViewItem(TQListViewItem *parent, const TQString& txt, const TQString& key, const TQString& id); diff --git a/kmymoney2/widgets/kmymoneyonlinequoteconfig.h b/kmymoney2/widgets/kmymoneyonlinequoteconfig.h index 89e1b8d..069b664 100644 --- a/kmymoney2/widgets/kmymoneyonlinequoteconfig.h +++ b/kmymoney2/widgets/kmymoneyonlinequoteconfig.h @@ -33,7 +33,7 @@ class kMyMoneyOnlineQuoteConfig : public kMyMoneyOnlineQuoteConfigDecl { Q_OBJECT - TQ_OBJECT + public: kMyMoneyOnlineQuoteConfig(TQWidget* parent, const char *name); virtual ~kMyMoneyOnlineQuoteConfig() {} diff --git a/kmymoney2/widgets/kmymoneypriceview.h b/kmymoney2/widgets/kmymoneypriceview.h index 6352846..979a003 100644 --- a/kmymoney2/widgets/kmymoneypriceview.h +++ b/kmymoney2/widgets/kmymoneypriceview.h @@ -59,7 +59,7 @@ private: class KMyMoneyPriceView : public KListView { Q_OBJECT - TQ_OBJECT + public: KMyMoneyPriceView(TQWidget *parent=0, const char *name=0); ~KMyMoneyPriceView(); diff --git a/kmymoney2/widgets/kmymoneyscheduledcalendar.h b/kmymoney2/widgets/kmymoneyscheduledcalendar.h index f9bb4f7..d018518 100644 --- a/kmymoney2/widgets/kmymoneyscheduledcalendar.h +++ b/kmymoney2/widgets/kmymoneyscheduledcalendar.h @@ -49,7 +49,7 @@ class kMyMoneyDateTbl; **/ class kMyMoneyScheduledCalendar : public kMyMoneyCalendar { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kmymoney2/widgets/kmymoneyscheduleddatetbl.h b/kmymoney2/widgets/kmymoneyscheduleddatetbl.h index f2b9c27..e5237e2 100644 --- a/kmymoney2/widgets/kmymoneyscheduleddatetbl.h +++ b/kmymoney2/widgets/kmymoneyscheduleddatetbl.h @@ -43,7 +43,7 @@ class kMyMoneyScheduledDateTbl : public kMyMoneyDateTbl { Q_OBJECT - TQ_OBJECT + public: kMyMoneyScheduledDateTbl(TQWidget *parent=0, TQDate date=TQDate::currentDate(), diff --git a/kmymoney2/widgets/kmymoneyselector.h b/kmymoney2/widgets/kmymoneyselector.h index ad0d87b..0a4ac8b 100644 --- a/kmymoney2/widgets/kmymoneyselector.h +++ b/kmymoney2/widgets/kmymoneyselector.h @@ -53,7 +53,7 @@ class KListView; class KMyMoneySelector : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KMyMoneySelector(TQWidget *parent=0, const char *name=0, TQWidget::WFlags flags = 0); virtual ~KMyMoneySelector(); diff --git a/kmymoney2/widgets/kmymoneytitlelabel.h b/kmymoney2/widgets/kmymoneytitlelabel.h index b8c0dc0..9919510 100644 --- a/kmymoney2/widgets/kmymoneytitlelabel.h +++ b/kmymoney2/widgets/kmymoneytitlelabel.h @@ -38,7 +38,7 @@ class TQPixmap; class KMyMoneyTitleLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString leftImageFile READ leftImageFile WRITE setLeftImageFile DESIGNABLE true ) TQ_PROPERTY( TQString rightImageFile READ rightImageFile WRITE setRightImageFile DESIGNABLE true ) TQ_PROPERTY( TQColor bgColor READ bgColor WRITE setBgColor DESIGNABLE true ) diff --git a/kmymoney2/widgets/kmymoneywizard.h b/kmymoney2/widgets/kmymoneywizard.h index 7983955..be3c41c 100644 --- a/kmymoney2/widgets/kmymoneywizard.h +++ b/kmymoney2/widgets/kmymoneywizard.h @@ -100,7 +100,7 @@ class kMandatoryFieldGroup; * class KNewUserGeneral : public KNewUserGeneralDecl, public KNewUserPage * { * Q_OBJECT - TQ_OBJECT + * public: * KNewUserGeneral(KNewUserWizard* parent, const char* name = 0); * KMyMoneyWizardPage* nextPage(void); @@ -335,7 +335,7 @@ protected: * class KNewUserWizard : public KMyMoneyWizard * { * Q_OBJECT - TQ_OBJECT + * public: * KNewUserWizard(TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags flags = 0); * @@ -391,7 +391,7 @@ class KMyMoneyWizard : public TQDialog friend class KMyMoneyWizardPage; Q_OBJECT - TQ_OBJECT + public: /** * Modify the title of the wizard to be @p txt. diff --git a/kmymoney2/widgets/kmymoneywizard_p.h b/kmymoney2/widgets/kmymoneywizard_p.h index fd4c169..451ec56 100644 --- a/kmymoney2/widgets/kmymoneywizard_p.h +++ b/kmymoney2/widgets/kmymoneywizard_p.h @@ -39,7 +39,7 @@ class KMyMoneyWizardPagePrivate : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Constructor diff --git a/kmymoney2/widgets/register.h b/kmymoney2/widgets/register.h index f73b888..b1d19fb 100644 --- a/kmymoney2/widgets/register.h +++ b/kmymoney2/widgets/register.h @@ -245,7 +245,7 @@ protected: class Register : public TransactionEditorContainer { Q_OBJECT - TQ_OBJECT + // friend class TQHeader; // friend class TQTableHeader; diff --git a/kmymoney2/widgets/registersearchline.h b/kmymoney2/widgets/registersearchline.h index df28fa4..6c3a681 100644 --- a/kmymoney2/widgets/registersearchline.h +++ b/kmymoney2/widgets/registersearchline.h @@ -46,7 +46,7 @@ namespace KMyMoneyRegister { class KMYMONEY_EXPORT RegisterSearchLine : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: /** * Constructs a RegisterSearchLine with @a reg being the register to be @@ -110,7 +110,7 @@ private: class KMYMONEY_EXPORT RegisterSearchLineWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: /** * Creates a RegisterSearchLineWidget for @a reg with @a parent as the diff --git a/kmymoney2/widgets/transactionform.h b/kmymoney2/widgets/transactionform.h index c85a713..c9c9c69 100644 --- a/kmymoney2/widgets/transactionform.h +++ b/kmymoney2/widgets/transactionform.h @@ -50,7 +50,7 @@ namespace KMyMoneyTransactionForm { class TabBar : public TQTabBar { Q_OBJECT - TQ_OBJECT + public: typedef enum { SignalNormal = 0, // standard signal behaviour @@ -124,7 +124,7 @@ typedef enum { class TransactionForm : public TransactionEditorContainer { Q_OBJECT - TQ_OBJECT + public: TransactionForm(TQWidget *parent = 0, const char *name = 0); virtual ~TransactionForm() {} diff --git a/kmymoney2/wizards/newaccountwizard/knewaccountwizard.h b/kmymoney2/wizards/newaccountwizard/knewaccountwizard.h index c288d11..414b4cd 100644 --- a/kmymoney2/wizards/newaccountwizard/knewaccountwizard.h +++ b/kmymoney2/wizards/newaccountwizard/knewaccountwizard.h @@ -67,7 +67,7 @@ class Wizard : public KMyMoneyWizard friend class AccountSummaryPage; Q_OBJECT - TQ_OBJECT + public: Wizard(TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags flags = 0); diff --git a/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h b/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h index 9838cff..2e0a711 100644 --- a/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h +++ b/kmymoney2/wizards/newaccountwizard/knewaccountwizard_p.h @@ -62,7 +62,7 @@ namespace NewAccountWizard { class InstitutionPage : public KInstitutionPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: InstitutionPage(Wizard* parent, const char* name = 0); ~InstitutionPage(); @@ -92,7 +92,7 @@ private: class AccountTypePage : public KAccountTypePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: AccountTypePage(Wizard* parent, const char* name = 0); virtual bool isComplete(void) const; @@ -126,7 +126,7 @@ private: class BrokeragePage : public KBrokeragePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: BrokeragePage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -141,7 +141,7 @@ private slots: class CreditCardSchedulePage : public KSchedulePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: CreditCardSchedulePage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -157,7 +157,7 @@ private slots: class GeneralLoanInfoPage : public KGeneralLoanInfoPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: GeneralLoanInfoPage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -182,7 +182,7 @@ private: class LoanDetailsPage : public KLoanDetailsPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: LoanDetailsPage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -216,7 +216,7 @@ private slots: class LoanPaymentPage : public KLoanPaymentPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: LoanPaymentPage(Wizard* parent, const char* name = 0); ~LoanPaymentPage(); @@ -258,7 +258,7 @@ private: class LoanSchedulePage : public KLoanSchedulePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: LoanSchedulePage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -281,7 +281,7 @@ private slots: class LoanPayoutPage : public KLoanPayoutPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: LoanPayoutPage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -302,7 +302,7 @@ private slots: class HierarchyPage : public KHierarchyPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: HierarchyPage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -326,7 +326,7 @@ private: class AccountSummaryPage : public KAccountSummaryPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: AccountSummaryPage(Wizard* parent, const char* name = 0); void enterPage(void); diff --git a/kmymoney2/wizards/newuserwizard/knewuserwizard.h b/kmymoney2/wizards/newuserwizard/knewuserwizard.h index 5de23dd..0124b77 100644 --- a/kmymoney2/wizards/newuserwizard/knewuserwizard.h +++ b/kmymoney2/wizards/newuserwizard/knewuserwizard.h @@ -65,7 +65,7 @@ class Wizard : public KMyMoneyWizard friend class FilePage; Q_OBJECT - TQ_OBJECT + public: Wizard(TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags flags = 0); /** diff --git a/kmymoney2/wizards/newuserwizard/knewuserwizard_p.h b/kmymoney2/wizards/newuserwizard/knewuserwizard_p.h index ed7036f..8431f06 100644 --- a/kmymoney2/wizards/newuserwizard/knewuserwizard_p.h +++ b/kmymoney2/wizards/newuserwizard/knewuserwizard_p.h @@ -44,7 +44,7 @@ namespace NewUserWizard { class IntroPage : public KIntroPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: IntroPage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -58,7 +58,7 @@ public: class GeneralPage : public UserInfo, public WizardPage { Q_OBJECT - TQ_OBJECT + public: GeneralPage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -77,7 +77,7 @@ protected slots: class CurrencyPage : public Currency, public WizardPage { Q_OBJECT - TQ_OBJECT + public: CurrencyPage(Wizard* parent, const char* name = 0); void enterPage(void); @@ -90,7 +90,7 @@ public: class AccountPage : public KAccountPageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: AccountPage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -106,7 +106,7 @@ public: class CategoriesPage : public Accounts, public WizardPage { Q_OBJECT - TQ_OBJECT + public: CategoriesPage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -121,7 +121,7 @@ public: class PreferencePage : public KPreferencePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: PreferencePage(Wizard* parent, const char* name = 0); KMyMoneyWizardPage* nextPage(void) const; @@ -135,7 +135,7 @@ public: class FilePage : public KFilePageDecl, public WizardPage { Q_OBJECT - TQ_OBJECT + public: FilePage(Wizard* parent, const char* name = 0); diff --git a/kmymoney2/wizards/wizardpages/accounts.h b/kmymoney2/wizards/wizardpages/accounts.h index 8e75b5f..4a7c3dd 100644 --- a/kmymoney2/wizards/wizardpages/accounts.h +++ b/kmymoney2/wizards/wizardpages/accounts.h @@ -32,7 +32,7 @@ class Accounts : public AccountsDecl { Q_OBJECT - TQ_OBJECT + public: Accounts(TQWidget* parent = 0, const char* name = 0); diff --git a/kmymoney2/wizards/wizardpages/currency.h b/kmymoney2/wizards/wizardpages/currency.h index ea6564f..8ebae23 100644 --- a/kmymoney2/wizards/wizardpages/currency.h +++ b/kmymoney2/wizards/wizardpages/currency.h @@ -37,7 +37,7 @@ class KListViewItem; class Currency : public CurrencyDecl { Q_OBJECT - TQ_OBJECT + public: Currency(TQWidget* parent = 0, const char* name = 0); TQListViewItem* insertCurrency(const MyMoneySecurity& sec); diff --git a/kmymoney2/wizards/wizardpages/userinfo.h b/kmymoney2/wizards/wizardpages/userinfo.h index 430cad4..6a934c4 100644 --- a/kmymoney2/wizards/wizardpages/userinfo.h +++ b/kmymoney2/wizards/wizardpages/userinfo.h @@ -33,7 +33,7 @@ class MyMoneyPayee; class UserInfo : public UserInfoDecl { Q_OBJECT - TQ_OBJECT + public: UserInfo(TQWidget* parent = 0, const char* name = 0); MyMoneyPayee user(void) const; diff --git a/libkdchart/KDChartAxisParams.h b/libkdchart/KDChartAxisParams.h index b581970..5f2fadc 100644 --- a/libkdchart/KDChartAxisParams.h +++ b/libkdchart/KDChartAxisParams.h @@ -132,7 +132,7 @@ class KDChartParams; class KDCHART_EXPORT KDChartAxisParams : public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS(AxisType) Q_ENUMS(AxisPos) Q_ENUMS(AxisAreaMode) diff --git a/libkdchart/KDChartAxisParamsWrapper.h b/libkdchart/KDChartAxisParamsWrapper.h index a0f14a3..bec8fdc 100644 --- a/libkdchart/KDChartAxisParamsWrapper.h +++ b/libkdchart/KDChartAxisParamsWrapper.h @@ -10,7 +10,7 @@ class KDChartAxisParams; class KDChartAxisParamsWrapper :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartAxisParamsWrapper( KDChartAxisParams* ); diff --git a/libkdchart/KDChartCustomBox.h b/libkdchart/KDChartCustomBox.h index 823dd2c..9427cb4 100644 --- a/libkdchart/KDChartCustomBox.h +++ b/libkdchart/KDChartCustomBox.h @@ -54,7 +54,7 @@ class KDFrame; class KDCHART_EXPORT KDChartCustomBox :public TQObject { Q_OBJECT - TQ_OBJECT + friend class KDChartPainter; friend class KDChartParams; diff --git a/libkdchart/KDChartCustomBoxWrapper.h b/libkdchart/KDChartCustomBoxWrapper.h index 271aa0d..730d405 100644 --- a/libkdchart/KDChartCustomBoxWrapper.h +++ b/libkdchart/KDChartCustomBoxWrapper.h @@ -8,7 +8,7 @@ class KDChartTextPiece; class KDChartCustomBoxWrapper :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartCustomBoxWrapper( KDChartCustomBox* ); diff --git a/libkdchart/KDChartEnums.h b/libkdchart/KDChartEnums.h index 71373d5..8876fb8 100644 --- a/libkdchart/KDChartEnums.h +++ b/libkdchart/KDChartEnums.h @@ -46,7 +46,7 @@ class KDCHART_EXPORT KDChartEnums :public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS( TextLayoutPolicy ) Q_ENUMS( AreaName ) Q_ENUMS( PositionFlag ) diff --git a/libkdchart/KDChartParams.h b/libkdchart/KDChartParams.h index 840ad12..32afd1f 100644 --- a/libkdchart/KDChartParams.h +++ b/libkdchart/KDChartParams.h @@ -140,7 +140,7 @@ class KDCHART_EXPORT KDChartParams : public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS(ChartType) Q_ENUMS(SourceMode) Q_ENUMS(BarChartSubType) @@ -227,7 +227,7 @@ public: class KDCHART_EXPORT KDChartFrameSettings { // Q_OBJECT - // TQ_OBJECT + // public: KDChartFrameSettings(); KDChartFrameSettings( uint dataRow, diff --git a/libkdchart/KDChartParamsWrapper.h b/libkdchart/KDChartParamsWrapper.h index f691408..f00f711 100644 --- a/libkdchart/KDChartParamsWrapper.h +++ b/libkdchart/KDChartParamsWrapper.h @@ -9,7 +9,7 @@ class KDChartAxisParams; class KDChartParamsWrapper :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartParamsWrapper( KDChartParams* ); diff --git a/libkdchart/KDChartPropertySet.h b/libkdchart/KDChartPropertySet.h index d963af5..43c9abf 100644 --- a/libkdchart/KDChartPropertySet.h +++ b/libkdchart/KDChartPropertySet.h @@ -66,7 +66,7 @@ instead of the value that is stored locally. class KDCHART_EXPORT KDChartPropertySet :public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS( SpecialDataPropertyID ) // Required by TQSA diff --git a/libkdchart/KDChartTableBase.h b/libkdchart/KDChartTableBase.h index b79e6e7..3a801a7 100644 --- a/libkdchart/KDChartTableBase.h +++ b/libkdchart/KDChartTableBase.h @@ -87,7 +87,7 @@ class TQTable; class KDCHART_EXPORT KDChartTableDataBase :public TQObject { Q_OBJECT - TQ_OBJECT + public: /** Default constructor. diff --git a/libkdchart/KDChartTableDataWrapper.h b/libkdchart/KDChartTableDataWrapper.h index 3c3a8db..801792c 100644 --- a/libkdchart/KDChartTableDataWrapper.h +++ b/libkdchart/KDChartTableDataWrapper.h @@ -7,7 +7,7 @@ class KDChartData; class KDChartTableDataWrapper :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartTableDataWrapper( KDChartTableData* ); public slots: diff --git a/libkdchart/KDChartTextPiece.h b/libkdchart/KDChartTextPiece.h index adb176b..f731d51 100644 --- a/libkdchart/KDChartTextPiece.h +++ b/libkdchart/KDChartTextPiece.h @@ -44,7 +44,7 @@ class TQFontMetrics; class KDCHART_EXPORT KDChartTextPiece :public TQObject { Q_OBJECT - TQ_OBJECT + public: KDChartTextPiece(); diff --git a/libkdchart/KDChartVectorTable.h b/libkdchart/KDChartVectorTable.h index 7ba0b9a..cf97fcb 100644 --- a/libkdchart/KDChartVectorTable.h +++ b/libkdchart/KDChartVectorTable.h @@ -114,7 +114,7 @@ public: class KDCHART_EXPORT KDChartVectorTableData : public KDChartTableDataBase { Q_OBJECT - TQ_OBJECT + private: typedef KDChartVectorTablePrivate Priv; diff --git a/libkdchart/KDChartWidget.h b/libkdchart/KDChartWidget.h index a68951d..1fe8fec 100644 --- a/libkdchart/KDChartWidget.h +++ b/libkdchart/KDChartWidget.h @@ -48,7 +48,7 @@ class KDChartParams; class KDCHART_EXPORT KDChartWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( bool activeData READ isActiveData WRITE setActiveData ) TQ_PROPERTY( bool doubleBuffered READ isDoubleBuffered WRITE setDoubleBuffered ) diff --git a/libkdchart/KDFrame.h b/libkdchart/KDFrame.h index 78de8ff..584626b 100644 --- a/libkdchart/KDFrame.h +++ b/libkdchart/KDFrame.h @@ -87,7 +87,7 @@ class KDCHART_EXPORT KDFrame : public TQObject { Q_OBJECT - TQ_OBJECT + Q_ENUMS( BackPixmapMode ) Q_ENUMS( SimpleFrame ) Q_ENUMS( ProfileName ) diff --git a/libkgpgfile/kgpgfile.h b/libkgpgfile/kgpgfile.h index efc7d8f..55de7e0 100644 --- a/libkgpgfile/kgpgfile.h +++ b/libkgpgfile/kgpgfile.h @@ -70,7 +70,7 @@ class KGPGFile : public TQObject, public TQFile // MOC_SKIP_END { Q_OBJECT - TQ_OBJECT + public: KGPGFile(const TQString& fname = "",