#include <QtGui/qmainwindow.h>
#ifndef QDYNAMICMAINWINDOW_H
#ifndef QT_NO_MAINWINDOW
class QMainWindow: public QWidget{
public: bool restoreState(class QByteArray const & state, int version = 0);
};
#endif // QT_NO_MAINWINDOW
#endif // QDYNAMICMAINWINDOW_H