Replace Q_ULONG by int. This should be okay because even though QBuffer::seek()…

Authored by ikloecker on Oct 8 2005, 11:28 AM.

Description

Replace Q_ULONG by int. This should be okay because even though QBuffer::seek() accepts a qint64 the QByteArray methods only accept int. While I'm at it I also replace QBuffer::at() by QBuffer::seek().

svn path=/trunk/KDE/kdepim/kioslave/; revision=468513

Details

Committed
ikloeckerOct 8 2005, 11:28 AM
Parents
R173:c9f4d21b93f2: Q_INT*/Q_UINT* -> qint*/quint* QMAX/QMIN -> qMax/qMin
Branches
Unknown
Tags
Unknown