diff -r 6d2b32f305f9 -r a6931cd6309a mapeditor.h --- a/mapeditor.h Wed May 13 08:26:27 2009 +0000 +++ b/mapeditor.h Fri May 15 15:22:15 2009 +0000 @@ -58,6 +58,12 @@ void testFunction2(); // just testing new stuff public slots: + void cursorUp(); + void cursorDown(); + void cursorLeft(); + void cursorRight(); + void cursorFirst(); + void cursorLast(); void editHeading(); void editHeadingFinished(); private: