summaryrefslogtreecommitdiffstats
path: root/src/knutnewupsdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/knutnewupsdlg.cpp')
-rw-r--r--src/knutnewupsdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knutnewupsdlg.cpp b/src/knutnewupsdlg.cpp
index 52d2192..631f5df 100644
--- a/src/knutnewupsdlg.cpp
+++ b/src/knutnewupsdlg.cpp
@@ -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").tqarg(knc::DefaultPort));
+ m_lineEdit4->setText(TQString("%1").arg(knc::DefaultPort));
portLayout->addWidget(TextLabel4);
portLayout->addWidget(m_lineEdit4);