#include <QtGui/qx11info_x11.h> #ifndef QX11INFO_X11_H class QX11Info{ /* Some contents are skipped to improve readability */ protected: struct QX11InfoData* x11data; /* ... */ }; #endif // QX11INFO_X11_H