summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/icq/icqcontact.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-03 00:48:48 +0900
committerMichele Calgaro <[email protected]>2023-12-05 12:14:24 +0900
commite0a2f545c07e44503667470c8891aff392973197 (patch)
treea0f57ee827259991b599a749995930ce11ca7a7c /kopete/protocols/oscar/icq/icqcontact.cpp
parente6bbef6dc396a618e833280c761007d3b380e1ac (diff)
downloadtdenetwork-e0a2f545c07e44503667470c8891aff392973197.tar.gz
tdenetwork-e0a2f545c07e44503667470c8891aff392973197.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 6d077d06067369f2060c1b011687941e84ece7c4)
Diffstat (limited to 'kopete/protocols/oscar/icq/icqcontact.cpp')
-rw-r--r--kopete/protocols/oscar/icq/icqcontact.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/icq/icqcontact.cpp b/kopete/protocols/oscar/icq/icqcontact.cpp
index dd651a11..01c0e43d 100644
--- a/kopete/protocols/oscar/icq/icqcontact.cpp
+++ b/kopete/protocols/oscar/icq/icqcontact.cpp
@@ -503,7 +503,7 @@ bool ICQContact::cachedBuddyIcon( TQByteArray hash )
return false;
KMD5 buddyIconHash;
- buddyIconHash.update( *TQT_TQIODEVICE(&iconFile) );
+ buddyIconHash.update( iconFile );
iconFile.close();
if ( memcmp( buddyIconHash.rawDigest(), hash.data(), 16 ) == 0 )