diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:45:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:45:36 +0000 |
commit | 39f99c18f862e73cb6f6a42099a017725102943e (patch) | |
tree | b2e1a26d7d1fa89970818b8d49ec56f218fd3d73 | |
parent | 7c879109a2117273f834ea194f8ddd55733cb737 (diff) | |
download | tdenetwork-39f99c18f862e73cb6f6a42099a017725102943e.tar.gz tdenetwork-39f99c18f862e73cb6f6a42099a017725102943e.zip |
Fix kdenetwork FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1250388 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kopete/libkopete/kopeteaccount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopeteaccount.cpp b/kopete/libkopete/kopeteaccount.cpp index a29e9a59..9f7b2516 100644 --- a/kopete/libkopete/kopeteaccount.cpp +++ b/kopete/libkopete/kopeteaccount.cpp @@ -118,7 +118,7 @@ Account::~Account() void Account::reconnect() { - kdDebug( 14010 ) << k_funcinfo << "account " << d->id << " restoreStatus " << d->restoreStatus.status() << " restoreMessage " << d->restoreMessage << endl; + kdDebug( 14010 ) << k_funcinfo << "account " << d->id << " restoreStatus " << d->restoretqStatus.status() << " restoreMessage " << d->restoreMessage << endl; setOnlineStatus( d->restoretqStatus, d->restoreMessage ); } |