#include <QtCore/qpoint.h> #ifndef QPOINT_H class QPointF{ /* Some contents are skipped to improve readability */ private: qreal xp; /* ... */ }; #endif // QPOINT_H