Subversion Repositories public

Rev

Rev 225 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 225 Rev 232
Line 1... Line 1...
1
/***************************************************************************
1
/***************************************************************************
2
 *   Copyright (C) 2007, 2008 by Andreas Theofilu                          *
2
 *   Copyright (C) 2007 - 2009 by Andreas Theofilu                         *
3
 *   andreas@theosys.at                                                    *
3
 *   andreas@theosys.at                                                    *
4
 *                                                                         *
4
 *                                                                         *
5
 *   This program is free software; you can redistribute it and/or modify  *
5
 *   This program is free software; you can redistribute it and/or modify  *
6
 *   it under the terms of the GNU General Public License as published by  *
6
 *   it under the terms of the GNU General Public License as published by  *
7
 *   the Free Software Foundation version 3 of the License.                *
7
 *   the Free Software Foundation version 3 of the License.                *
Line 20... Line 20...
20
#ifndef _IMPORT_H
20
#ifndef _IMPORT_H
21
#define _IMPORT_H
21
#define _IMPORT_H
22
 
22
 
23
#include <qfile.h>
23
#include <qfile.h>
24
#include <qstring.h>
24
#include <qstring.h>
25
#include <qxml.h>
25
#include <QXmlReader>
26
 
26
 
27
#include "garmin.h"
27
#include "garmin.h"
28
#include "disassemble.h"
28
#include "disassemble.h"
29
 
29
 
30
#define eMax 7
30
#define eMax 7