#include <QtCore/qline.h> #ifndef QLINE_H class QLineF{ /* Some contents are skipped to improve readability */ public: inline void translate(class QPointF const & point); /* ... */ }; #endif // QLINE_H