#include <QtGui/qdatawidgetmapper.h>
#ifndef QDATAWIDGETMAPPER_H
#ifndef QT_NO_DATAWIDGETMAPPER
class QDataWidgetMapper: public QObject{
   /* Some contents are skipped to improve readability */
   private: inline struct QDataWidgetMapperPrivate const * d_func() const
   /* ... */
};
#endif // QT_NO_DATAWIDGETMAPPER
#endif