svn path=/trunk/kdebase/konsole/; revision=19951
@ -21,6 +21,7 @@
#include <kiconloader.h>
#include <stdio.h>
#include <klocale.h>
#define HERE fprintf(stderr,"%s(%d): here\n",__FILE__,__LINE__);
@ -71,6 +71,7 @@
#include <assert.h>
#include <locale.h>
#include <drag.h>
#define HERE printf("%s(%d): here\n",__FILE__,__LINE__)