diff -r 382a444f5b0c -r a6931cd6309a mapeditor.h --- a/mapeditor.h Thu May 14 12:42:58 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: