dolphin/kfind/version.h
Antonio Larrosa Jimenez 752b48ef0c This is the right way to fix the warning, I thought it was related to version.h being included twice,
but it seems it's because VERSION is already defined in config.h

svn path=/trunk/kdebase/kfind/; revision=249241
2003-09-07 21:42:46 +00:00

4 lines
57 B
C

#ifndef KFIND_VERSION
#define KFIND_VERSION "2.0"
#endif