diff options
Diffstat (limited to 'kmymoney2/dialogs/kupdatestockpricedlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/kupdatestockpricedlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/dialogs/kupdatestockpricedlg.cpp b/kmymoney2/dialogs/kupdatestockpricedlg.cpp index ef7bfab..53d930e 100644 --- a/kmymoney2/dialogs/kupdatestockpricedlg.cpp +++ b/kmymoney2/dialogs/kupdatestockpricedlg.cpp @@ -34,8 +34,8 @@ #include "kupdatestockpricedlg.h" #include "../widgets/kmymoneycurrencyselector.h" -KUpdateStockPriceDlg::KUpdateStockPriceDlg(TQWidget* tqparent, const char* name) : - kUpdateStockPriceDecl(tqparent, name, true) +KUpdateStockPriceDlg::KUpdateStockPriceDlg(TQWidget* parent, const char* name) : + kUpdateStockPriceDecl(parent, name, true) { m_date->setDate(TQDate::tqcurrentDate()); init(); |