diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:28 -0600 |
commit | 90705c50d34801a0f7516ddc4d3bf6c295413297 (patch) | |
tree | e3b61cdd31aaddef0bf7c78231a08599f8851225 /src/knutnewupsdlg.cpp | |
parent | e29455aea4fc1fda591862200c6321a3722e134c (diff) | |
download | knutclient-90705c50d34801a0f7516ddc4d3bf6c295413297.tar.gz knutclient-90705c50d34801a0f7516ddc4d3bf6c295413297.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit e29455aea4fc1fda591862200c6321a3722e134c.
Diffstat (limited to 'src/knutnewupsdlg.cpp')
-rw-r--r-- | src/knutnewupsdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knutnewupsdlg.cpp b/src/knutnewupsdlg.cpp index b2ef73d..52d2192 100644 --- a/src/knutnewupsdlg.cpp +++ b/src/knutnewupsdlg.cpp @@ -22,7 +22,7 @@ #include <kactionselector.h> #include <tqstring.h> -#include <layout.h> +#include <tqlayout.h> #include <tqframe.h> #include <tqlabel.h> #include <tqgroupbox.h> @@ -95,7 +95,7 @@ KNutNewUpsDlg::KNutNewUpsDlg (KNutUpsData* const upsData, KNutVarData* const ana TQLabel* TextLabel4 = new TQLabel(i18n("Port:"), hostBox, "TextLabel4" ); m_lineEdit4 = new KLineEdit( hostBox, "LineEdit4" ); - m_lineEdit4->setText(TQString("%1").arg(knc::DefaultPort)); + m_lineEdit4->setText(TQString("%1").tqarg(knc::DefaultPort)); portLayout->addWidget(TextLabel4); portLayout->addWidget(m_lineEdit4); |