class ReadOnlyPartPrivate { public: ReadOnlyPartPrivate() { m_job = 0L; } ~ReadOnlyPartPrivate() { } KIO::FileCopyJob * m_job; }; };