diff options
Diffstat (limited to 'kopete/protocols/jabber/jabberaccount.cpp')
-rw-r--r-- | kopete/protocols/jabber/jabberaccount.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/jabberaccount.cpp b/kopete/protocols/jabber/jabberaccount.cpp index 4117bb3c..7616b925 100644 --- a/kopete/protocols/jabber/jabberaccount.cpp +++ b/kopete/protocols/jabber/jabberaccount.cpp @@ -366,13 +366,13 @@ void JabberAccount::connectWithPassword ( const TQString &password ) uname (&utsBuf); m_jabberClient->setClientName ("Kopete"); - m_jabberClient->setClientVersion (kapp->aboutData ()->version ()); + m_jabberClient->setClientVersion (tdeApp->aboutData ()->version ()); m_jabberClient->setOSName (TQString ("%1 %2").arg (utsBuf.sysname, 1).arg (utsBuf.release, 2)); } // Set caps node information m_jabberClient->setCapsNode(KOPETE_CAPS_NODE); - m_jabberClient->setCapsVersion(kapp->aboutData()->version()); + m_jabberClient->setCapsVersion(tdeApp->aboutData()->version()); // Set Disco Identity information DiscoItem::Identity identity; |