#include <QtSql/qsqlfield.h> #ifndef QSQLFIELD_H class QSqlField{ /* Some contents are skipped to improve readability */ public: void setLength(int fieldLength); /* ... */ }; #endif // QSQLFIELD_H