#include <QtCore/qsocketnotifier.h>
#ifndef QSOCKETNOTIFIER_H
class QSocketNotifier: public QObject{
   /* Some contents are skipped to improve readability */
   private: inline struct QObjectPrivate const * d_func() const
   /* ... */
};
#endif // QSOCKETNOTIFIER_H