You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
krusader/krusader/DiskUsage/filelightParts/debug.h

15 lines
289 B

//Author: Max Howell <max.howell@methylblue.com>, (C) 2003-4
//Copyright: See COPYING file that comes with this distribution
#ifndef DEBUG_H
#define DEBUG_H
#include <kdebug.h>
#define debug kdDebug
#define error kdError
#define fatal kdFatal
#define warning kdWarning
#endif