SVN commit 864951 by wstephens: Oops, commit the header too (see r864950). Replace char * operations with QByteArray. Fixes valgrind errors reported at https://bugzilla.novell.com:443/show_bug.cgi?id=360333 M +0 -1 msnsocket.h --- trunk/KDE/kdenetwork/kopete/protocols/msn/msnsocket.h #864950:864951 @@ -287,7 +287,6 @@ public: Buffer( unsigned size = 0 ); ~Buffer(); - void add( char *str, unsigned size ); QByteArray take( int size ); };