summaryrefslogtreecommitdiffstats
path: root/src/kernel/qaccessible.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qaccessible.cpp')
-rw-r--r--src/kernel/qaccessible.cpp14
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.