summaryrefslogtreecommitdiffstats
path: root/krusader/DiskUsage/filelightParts/debug.h
blob: 252a001e437dd4fe3499cb0839c77da3df8208a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//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