diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:48:48 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2023-12-05 03:06:55 +0000 |
commit | 6d077d06067369f2060c1b011687941e84ece7c4 (patch) | |
tree | 19cccd2c9d0456e7606f5574e943ca7c51aaec5f /kopete/protocols/oscar/aim/aimaccount.cpp | |
parent | 15fd0d5c8e0d1c0eaf21b8794d9a14b706d8325b (diff) | |
download | tdenetwork-6d077d06067369f2060c1b011687941e84ece7c4.tar.gz tdenetwork-6d077d06067369f2060c1b011687941e84ece7c4.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/protocols/oscar/aim/aimaccount.cpp')
-rw-r--r-- | kopete/protocols/oscar/aim/aimaccount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/aim/aimaccount.cpp b/kopete/protocols/oscar/aim/aimaccount.cpp index 37ce6e61..82b9a29c 100644 --- a/kopete/protocols/oscar/aim/aimaccount.cpp +++ b/kopete/protocols/oscar/aim/aimaccount.cpp @@ -451,7 +451,7 @@ void AIMAccount::slotBuddyIconChanged() iconFile.open( IO_ReadOnly ); KMD5 iconHash; - iconHash.update( *TQT_TQIODEVICE(&iconFile) ); + iconHash.update( iconFile ); kdDebug(OSCAR_AIM_DEBUG) << k_funcinfo << "hash is :" << iconHash.hexDigest() << endl; //find old item, create updated item |