summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/kupdatestockpricedlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/dialogs/kupdatestockpricedlg.cpp')
-rw-r--r--kmymoney2/dialogs/kupdatestockpricedlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/kupdatestockpricedlg.cpp b/kmymoney2/dialogs/kupdatestockpricedlg.cpp
index 53d930e..84253e6 100644
--- a/kmymoney2/dialogs/kupdatestockpricedlg.cpp
+++ b/kmymoney2/dialogs/kupdatestockpricedlg.cpp
@@ -37,7 +37,7 @@
KUpdateStockPriceDlg::KUpdateStockPriceDlg(TQWidget* parent, const char* name) :
kUpdateStockPriceDecl(parent, name, true)
{
- m_date->setDate(TQDate::tqcurrentDate());
+ m_date->setDate(TQDate::currentDate());
init();
}