summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kbudgetvalues.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/widgets/kbudgetvalues.cpp')
-rw-r--r--kmymoney2/widgets/kbudgetvalues.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/kbudgetvalues.cpp b/kmymoney2/widgets/kbudgetvalues.cpp
index afb3170..d635eba 100644
--- a/kmymoney2/widgets/kbudgetvalues.cpp
+++ b/kmymoney2/widgets/kbudgetvalues.cpp
@@ -43,8 +43,8 @@
#include "kbudgetvalues.h"
#include <kmymoney/kmymoneyedit.h>
-KBudgetValues::KBudgetValues(TQWidget* tqparent, const char* name) :
- KBudgetValuesDecl(tqparent, name),
+KBudgetValues::KBudgetValues(TQWidget* parent, const char* name) :
+ KBudgetValuesDecl(parent, name),
m_currentTab(m_monthlyButton)
{
m_budgetDate = TQDate(2007,1,1);