00001 #include "qmdihost.h" 00002 #include <QMainWindow> 00003 00004 // $Id: qmdimainwindow.h 94 2006-09-08 18:09:01Z elcuco $ 00005 00006 class QWidget; 00007 00008 class qmdiMainWindow: public QMainWindow, public qmdiHost 00009 { 00010 public: 00011 qmdiMainWindow( QWidget * parent = 0, Qt::WindowFlags flags = 0 ): 00012 QMainWindow( parent, flags ) 00013 { 00014 // stub function 00015 } 00016 };