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