From e1cddce9af7ab2eeaa5613e91e6899128b1ce5ab Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:37:31 -0600 Subject: Remove additional unneeded tq method conversions --- src/knutrwvar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/knutrwvar.cpp') diff --git a/src/knutrwvar.cpp b/src/knutrwvar.cpp index d42858b..5d1e726 100755 --- a/src/knutrwvar.cpp +++ b/src/knutrwvar.cpp @@ -191,7 +191,7 @@ void KNutRWVar::slotOk() { if (!(error = m_upsNet->setVariable(m_rWVarBox->currentText(), value, m_lineEditName->text(),m_lineEditPassword->text(),false))) { // vzhledem k asynchronimu spracovani asi zbytecne // myUpsNet->getUpsValues(true); - emit signalChangeRWVars(m_rWVarBox->currentText());//emits command for loading of variable and tqrepaint of panel + emit signalChangeRWVars(m_rWVarBox->currentText());//emits command for loading of variable and repaint of panel (*m_oldUserName) = m_lineEditName->text(); (*m_oldUserPassword) = m_lineEditPassword->text(); @@ -204,7 +204,7 @@ void KNutRWVar::slotOk() { // next line isn't needed, maybe // vzhledem k asynchronimu spracovani asi zbytecne // myUpsNet->getUpsValues(true); - emit signalChangeRWVars(m_rWVarBox->currentText()); //emits command for loading of variable and tqrepaint of panel + emit signalChangeRWVars(m_rWVarBox->currentText()); //emits command for loading of variable and repaint of panel accept(); } } -- cgit v1.2.1