#include <QtCore/qline.h> #ifndef QLINE_H class QLine{ /* Some contents are skipped to improve readability */ public: inline void translate(int adx, int ady); /* ... */ }; #endif // QLINE_H