summaryrefslogtreecommitdiffstats
path: root/plugins/src/accessible/widgets/qaccessiblewidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /plugins/src/accessible/widgets/qaccessiblewidget.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'plugins/src/accessible/widgets/qaccessiblewidget.cpp')
-rw-r--r--plugins/src/accessible/widgets/qaccessiblewidget.cpp58
1 files changed, 29 insertions, 29 deletions
diff --git a/plugins/src/accessible/widgets/qaccessiblewidget.cpp b/plugins/src/accessible/widgets/qaccessiblewidget.cpp
index 4c9e588f3..fe27f8091 100644
--- a/plugins/src/accessible/widgets/qaccessiblewidget.cpp
+++ b/plugins/src/accessible/widgets/qaccessiblewidget.cpp
@@ -1,32 +1,32 @@
#include "qaccessiblewidget.h"
-#include <qapplication.h>
-#include <qstyle.h>
-#include <qobjectlist.h>
-#include <qpushbutton.h>
-#include <qslider.h>
-#include <qdial.h>
-#include <qspinbox.h>
-#include <qscrollbar.h>
-#include <qslider.h>
-#include <qlineedit.h>
-#include <qlabel.h>
-#include <qlcdnumber.h>
-#include <qprogressbar.h>
-#include <qgroupbox.h>
-#include <qtoolbutton.h>
-#include <qwhatsthis.h>
-#include <qtooltip.h>
-#include <qscrollview.h>
-#include <qheader.h>
-#include <qtabbar.h>
-#include <qcombobox.h>
-#include <qrangecontrol.h>
-#include <qlistbox.h>
-#include <qlistview.h>
-#include <qiconview.h>
-#include <qtextedit.h>
-#include <qwidgetstack.h>
+#include <ntqapplication.h>
+#include <ntqstyle.h>
+#include <ntqobjectlist.h>
+#include <ntqpushbutton.h>
+#include <ntqslider.h>
+#include <ntqdial.h>
+#include <ntqspinbox.h>
+#include <ntqscrollbar.h>
+#include <ntqslider.h>
+#include <ntqlineedit.h>
+#include <ntqlabel.h>
+#include <ntqlcdnumber.h>
+#include <ntqprogressbar.h>
+#include <ntqgroupbox.h>
+#include <ntqtoolbutton.h>
+#include <ntqwhatsthis.h>
+#include <ntqtooltip.h>
+#include <ntqscrollview.h>
+#include <ntqheader.h>
+#include <ntqtabbar.h>
+#include <ntqcombobox.h>
+#include <ntqrangecontrol.h>
+#include <ntqlistbox.h>
+#include <ntqlistview.h>
+#include <ntqiconview.h>
+#include <ntqtextedit.h>
+#include <ntqwidgetstack.h>
#include <private/qtitlebar_p.h>
@@ -442,7 +442,7 @@ TQMemArray<int> TQAccessibleWidget::selection() const
}
/*!
- \class TQAccessibleWidgetStack qaccessible.h
+ \class TQAccessibleWidgetStack ntqaccessible.h
\brief The TQAccessibleWidgetStack class implements the TQAccessibleInterface for widget stacks.
*/
@@ -483,7 +483,7 @@ TQRESULT TQAccessibleWidgetStack::queryChild( int control, TQAccessibleInterface
/*!
- \class TQAccessibleButton qaccessible.h
+ \class TQAccessibleButton ntqaccessible.h
\brief The TQAccessibleButton class implements the TQAccessibleInterface for button type widgets.
*/