#include <QtSql/qsqldatabase.h> #ifndef QSQLDATABASE_H class QSqlDatabase{ /* Some contents are skipped to improve readability */ public: class QSqlDatabase& operator =(class QSqlDatabase const & other); /* ... */ }; #endif // QSQLDATABASE_H