rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / drv / wdt.h
index 791856ee5fc4d7604b08c38f2ec32afae387ce43..55b74264f535dc13d269c894c341197c208d45c2 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * \brief Watchdog interface
  */
        #include <cfg/os.h>
 
        #if OS_QT
-               #if _QT < 4
-                       #include <qapplication.h>
-               #else
                        #include <QtGui/QApplication>
-               #endif
        #elif OS_POSIX
                #include <sys/select.h>
        #elif CPU_AVR