#include <QtGui/qx11info_x11.h>
#ifndef QX11INFO_X11_H
class QX11Info{
   /* Some contents are skipped to improve readability */
   public: static int appDepth(int screen = -1);
   /* ... */
};
#endif // QX11INFO_X11_H