#include <QtGui/qlayoutitem.h>
#ifndef QLAYOUTITEM_H
class QLayoutItem{
   /* Some contents are skipped to improve readability */
   public: virtual bool isEmpty() const = 0;
   /* ... */
};
#endif // QLAYOUTITEM_H