diff --git a/kmymoney2/widgets/kbudgetvaluesdecl.cpp b/kmymoney2/widgets/kbudgetvaluesdecl.cpp index b61c5e5..3c13196 100644 --- a/kmymoney2/widgets/kbudgetvaluesdecl.cpp +++ b/kmymoney2/widgets/kbudgetvaluesdecl.cpp @@ -39,17 +39,17 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags KBudgetValuesDeclLayout = new TQGridLayout( this, 1, 1, 0, 6, "KBudgetValuesDeclLayout"); m_amount10 = new kMyMoneyEdit( this, "m_amount10" ); - m_amount10->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount10->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount10, 3, 5 ); m_amount6 = new kMyMoneyEdit( this, "m_amount6" ); - m_amount6->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount6->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount6, 5, 3 ); m_amount5 = new kMyMoneyEdit( this, "m_amount5" ); - m_amount5->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount5->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount5, 4, 3 ); @@ -62,12 +62,12 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags KBudgetValuesDeclLayout->addWidget( m_label8, 1, 4 ); m_amount9 = new kMyMoneyEdit( this, "m_amount9" ); - m_amount9->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount9->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount9, 2, 5 ); m_amount11 = new kMyMoneyEdit( this, "m_amount11" ); - m_amount11->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount11->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount11, 4, 5 ); @@ -84,7 +84,7 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags KBudgetValuesDeclLayout->addWidget( m_label7, 0, 4 ); m_amount3 = new kMyMoneyEdit( this, "m_amount3" ); - m_amount3->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount3->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount3, 2, 3 ); @@ -93,7 +93,7 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags KBudgetValuesDeclLayout->addWidget( m_label4, 3, 2 ); m_amount12 = new kMyMoneyEdit( this, "m_amount12" ); - m_amount12->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount12->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount12, 5, 5 ); @@ -118,7 +118,7 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags KBudgetValuesDeclLayout->addWidget( m_label11, 4, 4 ); m_amount4 = new kMyMoneyEdit( this, "m_amount4" ); - m_amount4->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount4->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount4, 3, 3 ); @@ -127,17 +127,17 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags KBudgetValuesDeclLayout->addWidget( m_label9, 2, 4 ); m_amount8 = new kMyMoneyEdit( this, "m_amount8" ); - m_amount8->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount8->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount8, 1, 5 ); m_amount2 = new kMyMoneyEdit( this, "m_amount2" ); - m_amount2->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount2->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount2, 1, 3 ); m_amount7 = new kMyMoneyEdit( this, "m_amount7" ); - m_amount7->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount7->setProperty( "resetButtonVisibility", TQVariant( false ) ); KBudgetValuesDeclLayout->addWidget( m_amount7, 0, 5 ); @@ -147,7 +147,7 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags m_monthlyPageLayout = new TQHBoxLayout( m_monthlyPage, 0, 6, "m_monthlyPageLayout"); m_amountMonthly = new kMyMoneyEdit( m_monthlyPage, "m_amountMonthly" ); - m_amountMonthly->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amountMonthly->setProperty( "resetButtonVisibility", TQVariant( false ) ); m_monthlyPageLayout->addWidget( m_amountMonthly ); m_firstItemStack->addWidget( m_monthlyPage, 0 ); @@ -155,7 +155,7 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags m_yearlyPageLayout = new TQHBoxLayout( m_yearlyPage, 0, 6, "m_yearlyPageLayout"); m_amountYearly = new kMyMoneyEdit( m_yearlyPage, "m_amountYearly" ); - m_amountYearly->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amountYearly->setProperty( "resetButtonVisibility", TQVariant( false ) ); m_yearlyPageLayout->addWidget( m_amountYearly ); m_firstItemStack->addWidget( m_yearlyPage, 1 ); @@ -163,7 +163,7 @@ KBudgetValuesDecl::KBudgetValuesDecl( TQWidget* parent, const char* name, WFlags m_individualPageLayout = new TQHBoxLayout( m_individualPage, 0, 6, "m_individualPageLayout"); m_amount1 = new kMyMoneyEdit( m_individualPage, "m_amount1" ); - m_amount1->setProperty( "resetButtonVisibility", TQVariant( FALSE, 0 ) ); + m_amount1->setProperty( "resetButtonVisibility", TQVariant( false ) ); m_individualPageLayout->addWidget( m_amount1 ); m_firstItemStack->addWidget( m_individualPage, 2 );