QTfrontend/pagedrawmap.h
changeset 5205 78138ae93820
parent 5204 e1a5f4d5d86a
child 6009 14f6fc9869f2
equal deleted inserted replaced
5204:e1a5f4d5d86a 5205:78138ae93820
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
    19 
       
    20 #ifndef PAGE_DRAWMAP_H
    19 #ifndef PAGE_DRAWMAP_H
    21 #define PAGE_DRAWMAP_H
    20 #define PAGE_DRAWMAP_H
    22 
    21 
    23 #include "pages.h"
    22 #include "AbstractPage.h"
    24 
    23 
    25 class DrawMapWidget;
    24 class DrawMapWidget;
    26 
    25 
    27 class PageDrawMap : public AbstractPage
    26 class PageDrawMap : public AbstractPage
    28 {
    27 {