source:
trunk/include/qapp.h
Last change on this file was 2, checked in by , 20 years ago | |
---|---|
|
|
File size: 1.1 KB |
Line | |
---|---|
1 | /**************************************************************************** |
2 | ** $Id: qapp.h 2 2005-11-16 15:49:26Z dmik $ |
3 | ** |
4 | ** Compatibility file - should only be included by legacy code. |
5 | ** It #includes the file which obsoletes this one. |
6 | ** |
7 | ** Copyright (C) 1998-2000 Trolltech AS. All rights reserved. |
8 | ** This file is part of the Qt GUI Toolkit. |
9 | ** |
10 | ** This file may be distributed under the terms of the Q Public License |
11 | ** as defined by Trolltech AS of Norway and appearing in the file |
12 | ** LICENSE.QPL included in the packaging of this file. |
13 | ** |
14 | ** Licensees holding valid Qt Professional Edition licenses may use this |
15 | ** file in accordance with the Qt Professional Edition License Agreement |
16 | ** provided with the Qt Professional Edition. |
17 | ** |
18 | ** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for |
19 | ** information about the Professional Edition licensing, or see |
20 | ** http://www.trolltech.com/qpl/ for QPL licensing information. |
21 | ** |
22 | *****************************************************************************/ |
23 | #ifndef QAPP_H |
24 | #define QAPP_H |
25 | #include "qapplication.h" |
26 | #endif |
Note:
See TracBrowser
for help on using the repository browser.