diff -r 66bc6e45be83 -r 4ba4f021070f QTfrontend/pages.h --- a/QTfrontend/pages.h Mon Dec 20 20:55:45 2010 +0300 +++ b/QTfrontend/pages.h Mon Dec 20 21:45:10 2010 +0300 @@ -587,6 +587,10 @@ QPushButton * BtnBack; DrawMapWidget * drawMapWidget; + +private slots: + void load(); + void save(); }; #endif // PAGES_H