src/gui/kernel/qcocoawindow_mac_p.h
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 30 5dc02b23752f
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
    51 //
    51 //
    52 
    52 
    53 #ifdef QT_MAC_USE_COCOA
    53 #ifdef QT_MAC_USE_COCOA
    54 #include "qmacdefines_mac.h"
    54 #include "qmacdefines_mac.h"
    55 #import <Cocoa/Cocoa.h>
    55 #import <Cocoa/Cocoa.h>
       
    56 #include <private/qapplication_p.h>
       
    57 #include <private/qbackingstore_p.h>
       
    58 
    56 
    59 
    57 enum { QtMacCustomizeWindow = 1 << 21 }; // This will one day be run over by
    60 enum { QtMacCustomizeWindow = 1 << 21 }; // This will one day be run over by
    58 
    61 
    59 QT_FORWARD_DECLARE_CLASS(QWidget);
    62 QT_FORWARD_DECLARE_CLASS(QWidget);
    60 QT_FORWARD_DECLARE_CLASS(QStringList);
    63 QT_FORWARD_DECLARE_CLASS(QStringList);