summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/kequitypriceupdatedlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/dialogs/kequitypriceupdatedlg.cpp')
-rw-r--r--kmymoney2/dialogs/kequitypriceupdatedlg.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/kmymoney2/dialogs/kequitypriceupdatedlg.cpp b/kmymoney2/dialogs/kequitypriceupdatedlg.cpp
index adbe044..5c32d2b 100644
--- a/kmymoney2/dialogs/kequitypriceupdatedlg.cpp
+++ b/kmymoney2/dialogs/kequitypriceupdatedlg.cpp
@@ -137,25 +137,25 @@ KEquityPriceUpdateDlg::KEquityPriceUpdateDlg(TQWidget *parent, const TQString& s
addPricePair(currencyIds, true);
}
- connect(btnOK, TQT_SIGNAL(clicked()), this, TQT_SLOT(accept()));
- connect(btnCancel, TQT_SIGNAL(clicked()), this, TQT_SLOT(reject()));
- connect(btnUpdateSelected, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotUpdateSelectedClicked()));
- connect(btnUpdateAll, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotUpdateAllClicked()));
-
- connect(&m_webQuote,TQT_SIGNAL(quote(const TQString&, const TQString&,const TQDate&, const double&)),
- this,TQT_SLOT(slotReceivedQuote(const TQString&, const TQString&,const TQDate&, const double&)));
- connect(&m_webQuote,TQT_SIGNAL(failed(const TQString&, const TQString&)),
- this,TQT_SLOT(slotQuoteFailed(const TQString&, const TQString&)));
- connect(&m_webQuote,TQT_SIGNAL(status(const TQString&)),
- this,TQT_SLOT(logStatusMessage(const TQString&)));
- connect(&m_webQuote,TQT_SIGNAL(error(const TQString&)),
- this,TQT_SLOT(logErrorMessage(const TQString&)));
-
- connect(lvEquityList, TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(slotUpdateSelection()));
+ connect(btnOK, TQ_SIGNAL(clicked()), this, TQ_SLOT(accept()));
+ connect(btnCancel, TQ_SIGNAL(clicked()), this, TQ_SLOT(reject()));
+ connect(btnUpdateSelected, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotUpdateSelectedClicked()));
+ connect(btnUpdateAll, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotUpdateAllClicked()));
+
+ connect(&m_webQuote,TQ_SIGNAL(quote(const TQString&, const TQString&,const TQDate&, const double&)),
+ this,TQ_SLOT(slotReceivedQuote(const TQString&, const TQString&,const TQDate&, const double&)));
+ connect(&m_webQuote,TQ_SIGNAL(failed(const TQString&, const TQString&)),
+ this,TQ_SLOT(slotQuoteFailed(const TQString&, const TQString&)));
+ connect(&m_webQuote,TQ_SIGNAL(status(const TQString&)),
+ this,TQ_SLOT(logStatusMessage(const TQString&)));
+ connect(&m_webQuote,TQ_SIGNAL(error(const TQString&)),
+ this,TQ_SLOT(logErrorMessage(const TQString&)));
+
+ connect(lvEquityList, TQ_SIGNAL(selectionChanged()), this, TQ_SLOT(slotUpdateSelection()));
// Not implemented yet.
btnConfigure->hide();
- //connect(btnConfigure, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotConfigureClicked()));
+ //connect(btnConfigure, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotConfigureClicked()));
if ( !securityId.isEmpty() )
{
@@ -163,7 +163,7 @@ KEquityPriceUpdateDlg::KEquityPriceUpdateDlg(TQWidget *parent, const TQString& s
btnUpdateAll->hide();
// delete layout1;
- TQTimer::singleShot(100,this,TQT_SLOT(slotUpdateAllClicked()));
+ TQTimer::singleShot(100,this,TQ_SLOT(slotUpdateAllClicked()));
}
// Hide OK button until we have received the first update