#include <QtSql/qsqldriver.h> #ifndef QSQLDRIVER_H class QSqlDriver: public QObject{ /* Some contents are skipped to improve readability */ public: template < typename T > inline void qt_check_for_QOBJECT_macro(T const & _q_argument) const /* ... */ }; #endif // QSQLDRIVER_H