#include <QtGui/qframe.h>
#ifndef QFRAME_H
class QFrame: public QWidget{
   /* Some contents are skipped to improve readability */
   private: inline struct QFramePrivate const * d_func() const
   /* ... */
};
#endif // QFRAME_H