X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=emul%2Femulwin.h;h=8ce6c8bf80ad12f3b0f5dcf7cce20c19937dde5a;hb=e5523f6098d2f4d51c838459ce83423152cc8692;hp=30865e547ecd9c5fbcfbc7cafc2579d3e5705dcb;hpb=20d3c79024c12bb366270c0c1fdda53c4c55e734;p=bertos.git diff --git a/emul/emulwin.h b/emul/emulwin.h old mode 100755 new mode 100644 index 30865e54..8ce6c8bf --- a/emul/emulwin.h +++ b/emul/emulwin.h @@ -1,9 +1,34 @@ /** * \file * * * \version $Id$ @@ -15,6 +40,9 @@ /*#* *#* $Log$ + *#* Revision 1.4 2006/05/28 12:17:56 bernie + *#* Drop almost all the Qt3 cruft. + *#* *#* Revision 1.3 2006/02/20 02:00:39 bernie *#* Port to Qt 4.1. *#* @@ -29,11 +57,7 @@ #ifndef EMUL_EMULWIN_H #define EMUL_EMULWIN_H -#if _QT < 4 - #include -#else - #include -#endif +#include // fwd decls class Emulator;