diff -r db0ec4bcf416 -r 1fb50e79661c mapobj.h --- a/mapobj.h Mon Apr 20 10:42:05 2009 +0000 +++ b/mapobj.h Tue Jul 07 09:34:24 2009 +0000 @@ -6,14 +6,15 @@ #include "xmlobj.h" -#define Z_BBOX 0 -#define Z_XLINK 10 -#define Z_LINK 20 -#define Z_FRAME 50 -#define Z_SELBOX 60 -#define Z_FLOATIMG 65 -#define Z_ICON 80 -#define Z_TEXT 100 +#define Z_BBOX 0 +#define Z_XLINK 10 +#define Z_LINK 20 +#define Z_FRAME 50 +#define Z_SELBOX 60 +#define Z_FLOATIMG 65 +#define Z_ICON 80 +#define Z_TEXT 100 +#define Z_LINEEDIT 110 /*! \brief Base class for all objects visible on a map */