#include <QtGui/qpaintdevice.h>
#ifndef QPAINTDEVICE_H
class QPaintDevice{
   /* Some contents are skipped to improve readability */
   private: class QPaintDevice& operator =(class QPaintDevice const &);
   /* ... */
};
#endif // QPAINTDEVICE_H