equal
deleted
inserted
replaced
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 * GNU General Public License for more details. |
12 * GNU General Public License for more details. |
13 * |
13 * |
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
17 */ |
17 */ |
18 |
18 |
19 #include "HWApplication.h" |
19 #include "HWApplication.h" |
20 #include <QFileOpenEvent> |
20 #include <QFileOpenEvent> |
21 #include <QEvent> |
21 #include <QEvent> |
22 |
22 |
23 #include "hwform.h" |
|
24 #include "MessageDialog.h" |
23 #include "MessageDialog.h" |
25 |
24 |
26 #if !defined(Q_OS_WIN) |
25 #if !defined(Q_OS_WIN) |
27 #include "signal.h" |
26 #include "signal.h" |
28 #endif |
27 #endif |