summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/gwaccount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/gwaccount.cpp')
-rw-r--r--kopete/protocols/groupwise/gwaccount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/gwaccount.cpp b/kopete/protocols/groupwise/gwaccount.cpp
index 14489141..4820a0ff 100644
--- a/kopete/protocols/groupwise/gwaccount.cpp
+++ b/kopete/protocols/groupwise/gwaccount.cpp
@@ -346,7 +346,7 @@ void GroupWiseAccount::performConnectWithPassword( const TQString &password )
struct utsname utsBuf;
uname (&utsBuf);
m_client->setClientName ("Kopete");
- m_client->setClientVersion ( kapp->aboutData ()->version () );
+ m_client->setClientVersion ( tdeApp->aboutData ()->version () );
m_client->setOSName (TQString ("%1 %2").arg (utsBuf.sysname, 1).arg (utsBuf.release, 2));
kdDebug ( GROUPWISE_DEBUG_GLOBAL ) << k_funcinfo << "Connecting to GroupWise server " << server() << ":" << port() << endl;