diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qaccessible.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qaccessible.cpp')
-rw-r--r-- | src/kernel/qaccessible.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kernel/qaccessible.cpp b/src/kernel/qaccessible.cpp index 346838785..e89cf2c04 100644 --- a/src/kernel/qaccessible.cpp +++ b/src/kernel/qaccessible.cpp @@ -36,18 +36,18 @@ ** **********************************************************************/ -#include "qaccessible.h" +#include "ntqaccessible.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qptrdict.h" -#include "qmetaobject.h" +#include "ntqptrdict.h" +#include "ntqmetaobject.h" #include <private/qpluginmanager_p.h> -#include "qapplication.h" +#include "ntqapplication.h" #include <stdlib.h> /*! - \class TQAccessible qaccessible.h + \class TQAccessible ntqaccessible.h \brief The TQAccessible class provides enums and static functions relating to accessibility. @@ -422,7 +422,7 @@ bool TQAccessible::isActive() } /*! - \class TQAccessibleInterface qaccessible.h + \class TQAccessibleInterface ntqaccessible.h \brief The TQAccessibleInterface class defines an interface that exposes information about accessible objects. \ingroup misc @@ -633,7 +633,7 @@ bool TQAccessible::isActive() /*! - \class TQAccessibleObject qaccessible.h + \class TQAccessibleObject ntqaccessible.h \brief The TQAccessibleObject class implements parts of the TQAccessibleInterface for TQObjects. |