//Author: Max Howell , (C) 2003-4 //Copyright: See COPYING file that comes with this distribution #ifndef DEBUG_H #define DEBUG_H #include #define debug kdDebug #define error kdError #define fatal kdFatal #define warning kdWarning #endif