TRACEMSG() support for compilers with no variadic macros.
[bertos.git] / drv / wdt.h
index 9f57618f663b26b46be162379a050e141ffb7839..85b37ebf5c235cf9aaf80e4124a56f16c547e07a 100755 (executable)
--- a/drv/wdt.h
+++ b/drv/wdt.h
@@ -14,6 +14,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.8  2006/02/20 02:02:29  bernie
+ *#* Port to Qt 4.1.
+ *#*
  *#* Revision 1.7  2005/11/27 03:58:40  bernie
  *#* Add POSIX timer emulator.
  *#*
        #include <cfg/os.h>
 
        #if OS_QT
-               #include <qapplication.h>
+               #if _QT < 4
+                       #include <qapplication.h>
+               #else
+                       #include <QtGui/QApplication>
+               #endif
        #elif OS_POSIX
                #include <sys/select.h>
        #elif CPU_AVR