#include <QtNetwork/qtcpserver.h>
#ifndef QTCPSERVER_H
class QTcpServer: public QObject{
   /* Some contents are skipped to improve readability */
   private: class QTcpServer& operator =(class QTcpServer const &);
   /* ... */
};
#endif // QTCPSERVER_H