Ignore:
Timestamp:
Jul 27, 2009, 10:25:33 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Move QPMObjectWindow declaration to QtCore/private/qpmobjectwindow_pm_p.h (to avoid qwindowdefs_pm.h misuse). Refer to qwindowdefs_pm.h from qwindowdefs.h.

Location:
trunk/src/corelib/kernel
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/kernel/qeventdispatcher_pm.cpp

    r85 r89  
    5656#include "qabstracteventdispatcher_p.h"
    5757#include "qcoreapplication_p.h"
     58
    5859
    5960#include <private/qthread_p.h>
    6061#include <private/qmutexpool_p.h>
    61 
    62 #include <Qt/qwindowdefs_pm.h> // for QPMObjectWindow declaration
    6362
    6463#include <sys/socket.h>
     
    7271/*****************************************************************************
    7372  Auxiliary object window class for dedicated message processing.
    74   Declared in qwindowdefs_pm.h
     73  Declared in q.h
    7574 *****************************************************************************/
    7675
    7776/*!
    78     \class QPMObjectWindow qwindowdefs.h
     77    \class QPMObjectWindow
    7978
    8079    The QPMObjectWindow class is an auxiliary class for dedicated message
  • trunk/src/corelib/kernel/qeventdispatcher_pm_p.h

    r84 r89  
    5757
    5858#include "QtCore/qabstracteventdispatcher.h"
    59 #include "QtCore/qt_os2.h"
    6059
    6160QT_BEGIN_NAMESPACE
Note: See TracChangeset for help on using the changeset viewer.