QTfrontend/HWApplication.h
branchsdl2transition
changeset 11362 ed5a6478e710
parent 10305 17f3ca06e39a
equal deleted inserted replaced
11361:31570b766315 11362:ed5a6478e710
    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 #ifndef HWAPP_H
    19 #ifndef HWAPP_H
    20 #define HWAPP_H
    20 #define HWAPP_H
    21 
    21 
    22 #include <QApplication>
    22 #include <QApplication>
       
    23 #include "hwform.h"
    23 
    24 
    24 class HWForm;
    25 class HWForm;
    25 class QEvent;
    26 class QEvent;
    26 
    27 
    27 /**
    28 /**