Port to Qt 4.1.
[bertos.git] / emul / emulwin.h
index 957a02156c8692126e93b68b29aaac62060318f2..30865e547ecd9c5fbcfbc7cafc2579d3e5705dcb 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2006/02/20 02:00:39  bernie
+ *#* Port to Qt 4.1.
+ *#*
  *#* Revision 1.2  2006/01/16 03:51:51  bernie
  *#* Fix boilerplate.
  *#*
 #ifndef EMUL_EMULWIN_H
 #define EMUL_EMULWIN_H
 
-#include <qmainwindow.h>
+#if _QT < 4
+       #include <qmainwindow.h>
+#else
+       #include <QtGui/QMainWindow>
+#endif
 
 // fwd decls
 class Emulator;