Changeset 618 for trunk/src


Ignore:
Timestamp:
Mar 2, 2010, 1:46:05 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Enabled accessibility support on OS/2. Closes #39.

Location:
trunk/src/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/accessible/qaccessiblebridge.cpp

    r561 r618  
    5858    predefined ones.
    5959
    60     Currently, custom bridges are only supported on Unix. We might
     60    Currently, custom bridges are only supported on Unix and OS/2. We might
    6161    add support for them on other platforms as well if there is
    6262    enough demand.
  • trunk/src/gui/kernel/qdnd_pm.cpp

    r603 r618  
    5656#include "qdnd_p.h"
    5757#include "qdebug.h"
     58
     59#ifndef QT_NO_ACCESSIBILITY
     60#include "qaccessible.h"
     61#endif
    5862
    5963#include "qt_os2.h"
Note: See TracChangeset for help on using the changeset viewer.