#include <QtGui/qframe.h> #ifndef QFRAME_H class QFrame: public QWidget{ /* Some contents are skipped to improve readability */ public: enum Shape{ /* ... */ WinPanel = 3, /* ... */ }; /* ... */ }; #endif // QFRAME_H