summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp')
-rw-r--r--kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp b/kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp
index b8a9c080..71ad871f 100644
--- a/kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp
+++ b/kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp
@@ -115,9 +115,9 @@ void JabberEditAccountWidget::reopen ()
cbAllowPlainTextPassword->setChecked (account()->configGroup()->readBoolEntry("AllowPlainTextPassword", true));
- KGlobal::config()->setGroup("Jabber");
- leLocalIP->setText (KGlobal::config()->readEntry("LocalIP", ""));
- sbLocalPort->setValue (KGlobal::config()->readNumEntry("LocalPort", 8010));
+ TDEGlobal::config()->setGroup("Jabber");
+ leLocalIP->setText (TDEGlobal::config()->readEntry("LocalIP", ""));
+ sbLocalPort->setValue (TDEGlobal::config()->readNumEntry("LocalPort", 8010));
leProxyJID->setText (account()->configGroup()->readEntry("ProxyJID", TQString()));
@@ -178,9 +178,9 @@ void JabberEditAccountWidget::writeConfig ()
account()->setExcludeConnect(cbAutoConnect->isChecked());
- KGlobal::config()->setGroup("Jabber");
- KGlobal::config()->writeEntry("LocalIP", leLocalIP->text());
- KGlobal::config()->writeEntry("LocalPort", sbLocalPort->value());
+ TDEGlobal::config()->setGroup("Jabber");
+ TDEGlobal::config()->writeEntry("LocalIP", leLocalIP->text());
+ TDEGlobal::config()->writeEntry("LocalPort", sbLocalPort->value());
account()->configGroup()->writeEntry("ProxyJID", leProxyJID->text());