-rw-r--r-- | noncore/net/opieirc/ircservereditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opieirc/ircservereditor.cpp b/noncore/net/opieirc/ircservereditor.cpp index 91384fd..60274d1 100644 --- a/noncore/net/opieirc/ircservereditor.cpp +++ b/noncore/net/opieirc/ircservereditor.cpp | |||
@@ -34,4 +34,5 @@ IRCServerEditor::IRCServerEditor(IRCServer server, QWidget* parent, const char* | |||
34 | label = new QLabel(tr("Password :"), this); | 34 | label = new QLabel(tr("Password :"), this); |
35 | m_password = new QLineEdit(server.password(), this); | 35 | m_password = new QLineEdit(server.password(), this); |
36 | m_password->setEchoMode( QLineEdit::Password ); | ||
36 | QWhatsThis::add(m_password, tr("Password to connect to the server (if required)")); | 37 | QWhatsThis::add(m_password, tr("Password to connect to the server (if required)")); |
37 | layout->addWidget(label, 5, 0); | 38 | layout->addWidget(label, 5, 0); |