summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/qdockwindow.cpp2
-rw-r--r--src/widgets/qtitlebar.cpp2
-rw-r--r--src/widgets/tqaction.cpp2
-rw-r--r--src/widgets/tqbutton.cpp4
-rw-r--r--src/widgets/tqcombobox.cpp2
-rw-r--r--src/widgets/tqdial.cpp2
-rw-r--r--src/widgets/tqgroupbox.cpp4
-rw-r--r--src/widgets/tqiconview.cpp4
-rw-r--r--src/widgets/tqlabel.cpp2
-rw-r--r--src/widgets/tqlineedit.cpp2
-rw-r--r--src/widgets/tqlistbox.cpp2
-rw-r--r--src/widgets/tqlistview.cpp6
-rw-r--r--src/widgets/tqmainwindow.cpp2
-rw-r--r--src/widgets/tqmenubar.cpp6
-rw-r--r--src/widgets/tqmultilineedit.cpp2
-rw-r--r--src/widgets/tqpopupmenu.cpp6
-rw-r--r--src/widgets/tqprogressbar.cpp2
-rw-r--r--src/widgets/tqpushbutton.cpp2
-rw-r--r--src/widgets/tqscrollbar.cpp4
-rw-r--r--src/widgets/tqscrollview.cpp2
-rw-r--r--src/widgets/tqslider.cpp2
-rw-r--r--src/widgets/tqspinbox.cpp4
-rw-r--r--src/widgets/tqtabbar.cpp6
-rw-r--r--src/widgets/tqtabwidget.cpp2
-rw-r--r--src/widgets/tqtextbrowser.cpp2
-rw-r--r--src/widgets/tqtextedit.cpp2
-rw-r--r--src/widgets/tqtoolbar.cpp2
-rw-r--r--src/widgets/tqwhatsthis.cpp4
-rw-r--r--src/widgets/tqwhatsthis.h2
-rw-r--r--src/widgets/tqwidgetresizehandler.cpp2
30 files changed, 44 insertions, 44 deletions
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp
index bfe89fcda..9886e9ea0 100644
--- a/src/widgets/qdockwindow.cpp
+++ b/src/widgets/qdockwindow.cpp
@@ -54,7 +54,7 @@
#include "tqtimer.h"
#include "tqtooltip.h"
#include "tqguardedptr.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqstyle.h"
#if defined(TQ_WS_MAC9)
diff --git a/src/widgets/qtitlebar.cpp b/src/widgets/qtitlebar.cpp
index c97c47320..f0aa7bce8 100644
--- a/src/widgets/qtitlebar.cpp
+++ b/src/widgets/qtitlebar.cpp
@@ -44,7 +44,7 @@
#ifndef TQT_NO_TITLEBAR
-#include <ntqcursor.h>
+#include <tqcursor.h>
#include "ntqapplication.h"
#include "tqstyle.h"
#include "tqdatetime.h"
diff --git a/src/widgets/tqaction.cpp b/src/widgets/tqaction.cpp
index a7e5c0e58..63a7896c5 100644
--- a/src/widgets/tqaction.cpp
+++ b/src/widgets/tqaction.cpp
@@ -43,7 +43,7 @@
#include "tqtoolbar.h"
#include "tqptrlist.h"
#include "tqpopupmenu.h"
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqtoolbutton.h"
#include "tqcombobox.h"
#include "tqtooltip.h"
diff --git a/src/widgets/tqbutton.cpp b/src/widgets/tqbutton.cpp
index d44c5baa0..333ff6270 100644
--- a/src/widgets/tqbutton.cpp
+++ b/src/widgets/tqbutton.cpp
@@ -44,7 +44,7 @@
#include "tqbitmap.h"
#include "tqpainter.h"
#include "tqtimer.h"
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqpixmapcache.h"
#include "ntqapplication.h"
#include "tqpushbutton.h"
@@ -53,7 +53,7 @@
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
#define AUTO_REPEAT_DELAY 300
diff --git a/src/widgets/tqcombobox.cpp b/src/widgets/tqcombobox.cpp
index 4d315b848..d431bea96 100644
--- a/src/widgets/tqcombobox.cpp
+++ b/src/widgets/tqcombobox.cpp
@@ -56,7 +56,7 @@
#include "tqstyle.h"
#include <limits.h>
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
/*!
diff --git a/src/widgets/tqdial.cpp b/src/widgets/tqdial.cpp
index 75793b5c1..6c9b4d499 100644
--- a/src/widgets/tqdial.cpp
+++ b/src/widgets/tqdial.cpp
@@ -50,7 +50,7 @@
#include "tqbitmap.h"
#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
#include <math.h> // sin(), cos(), atan()
diff --git a/src/widgets/tqgroupbox.cpp b/src/widgets/tqgroupbox.cpp
index 54b5dd5cf..4a7c84902 100644
--- a/src/widgets/tqgroupbox.cpp
+++ b/src/widgets/tqgroupbox.cpp
@@ -43,7 +43,7 @@
#include "tqlayout.h"
#include "tqpainter.h"
#include "tqbitmap.h"
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqradiobutton.h"
#include "ntqfocusdata.h"
#include "tqobjectlist.h"
@@ -53,7 +53,7 @@
#include "tqcheckbox.h"
#include "tqbuttongroup.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
/*!
diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp
index e897ccc42..35b144b81 100644
--- a/src/widgets/tqiconview.cpp
+++ b/src/widgets/tqiconview.cpp
@@ -57,7 +57,7 @@
#include "tqpen.h"
#include "tqbrush.h"
#include "tqtimer.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "ntqapplication.h"
#include "tqtextedit.h"
#include "tqmemarray.h"
@@ -68,7 +68,7 @@
#include "tqpixmapcache.h"
#include "tqptrdict.h"
#include "tqstringlist.h"
-#include "ntqcleanuphandler.h"
+#include "tqcleanuphandler.h"
#include "private/qrichtext_p.h"
#include "tqstyle.h"
diff --git a/src/widgets/tqlabel.cpp b/src/widgets/tqlabel.cpp
index 7f9d858bb..414e730e5 100644
--- a/src/widgets/tqlabel.cpp
+++ b/src/widgets/tqlabel.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_LABEL
#include "tqpainter.h"
#include "ntqdrawutil.h"
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqmovie.h"
#include "tqimage.h"
#include "tqbitmap.h"
diff --git a/src/widgets/tqlineedit.cpp b/src/widgets/tqlineedit.cpp
index b781b4814..2137a01d4 100644
--- a/src/widgets/tqlineedit.cpp
+++ b/src/widgets/tqlineedit.cpp
@@ -67,7 +67,7 @@
#include <sys/mman.h>
#endif
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
#ifndef TQT_NO_ACCEL
diff --git a/src/widgets/tqlistbox.cpp b/src/widgets/tqlistbox.cpp
index fcda9ac5f..e7c90ddcb 100644
--- a/src/widgets/tqlistbox.cpp
+++ b/src/widgets/tqlistbox.cpp
@@ -59,7 +59,7 @@
#include "tqpopupmenu.h"
#include "tqguardedptr.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
#include <stdlib.h>
diff --git a/src/widgets/tqlistview.cpp b/src/widgets/tqlistview.cpp
index 104362f9b..084fcf203 100644
--- a/src/widgets/tqlistview.cpp
+++ b/src/widgets/tqlistview.cpp
@@ -43,7 +43,7 @@
#include "tqtimer.h"
#include "tqheader.h"
#include "tqpainter.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqptrstack.h"
#include "tqptrlist.h"
#include "tqstrlist.h"
@@ -53,7 +53,7 @@
#include "tqptrdict.h"
#include "tqptrvector.h"
#include "tqiconset.h"
-#include "ntqcleanuphandler.h"
+#include "tqcleanuphandler.h"
#include "tqpixmapcache.h"
#include "tqpopupmenu.h"
#include "ntqtl.h"
@@ -65,7 +65,7 @@
#include "tqstylesheet.h"
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
const int Unsorted = 16383;
diff --git a/src/widgets/tqmainwindow.cpp b/src/widgets/tqmainwindow.cpp
index c84e7fe65..f301d2085 100644
--- a/src/widgets/tqmainwindow.cpp
+++ b/src/widgets/tqmainwindow.cpp
@@ -48,7 +48,7 @@
#include "ntqapplication.h"
#include "tqptrlist.h"
#include "tqmap.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqpainter.h"
#include "tqmenubar.h"
#include "tqpopupmenu.h"
diff --git a/src/widgets/tqmenubar.cpp b/src/widgets/tqmenubar.cpp
index 6432d432b..192301ad7 100644
--- a/src/widgets/tqmenubar.cpp
+++ b/src/widgets/tqmenubar.cpp
@@ -45,18 +45,18 @@
#ifndef TQT_NO_MENUBAR
#include "tqmenubar.h"
#include "tqpopupmenu.h"
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "ntqapplication.h"
#include "tqguardedptr.h"
#include "tqlayout.h"
-#include "ntqcleanuphandler.h"
+#include "tqcleanuphandler.h"
#include "../kernel/qinternal_p.h"
#include "tqstyle.h"
#include "tqtimer.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
class TQMenuDataData {
diff --git a/src/widgets/tqmultilineedit.cpp b/src/widgets/tqmultilineedit.cpp
index 8ef23e266..8311291b3 100644
--- a/src/widgets/tqmultilineedit.cpp
+++ b/src/widgets/tqmultilineedit.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_MULTILINEEDIT
#include "tqpainter.h"
#include "tqscrollbar.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqclipboard.h"
#include "tqpixmap.h"
#include "tqregexp.h"
diff --git a/src/widgets/tqpopupmenu.cpp b/src/widgets/tqpopupmenu.cpp
index 8030b23e8..5aba3873a 100644
--- a/src/widgets/tqpopupmenu.cpp
+++ b/src/widgets/tqpopupmenu.cpp
@@ -41,7 +41,7 @@
#include "tqpopupmenu.h"
#ifndef TQT_NO_POPUPMENU
#include "tqmenubar.h"
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "ntqapplication.h"
@@ -52,12 +52,12 @@
#include "tqobjectlist.h"
#include "tqguardedptr.h"
#include "qeffects_p.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqstyle.h"
#include "tqtimer.h"
#include "tqdatetime.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
//#define ANIMATED_POPUP
diff --git a/src/widgets/tqprogressbar.cpp b/src/widgets/tqprogressbar.cpp
index fb51aa9c3..d3cde6821 100644
--- a/src/widgets/tqprogressbar.cpp
+++ b/src/widgets/tqprogressbar.cpp
@@ -47,7 +47,7 @@
#include "tqwmatrix.h"
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
#include <limits.h>
diff --git a/src/widgets/tqpushbutton.cpp b/src/widgets/tqpushbutton.cpp
index 2b329e9d7..22c054e2d 100644
--- a/src/widgets/tqpushbutton.cpp
+++ b/src/widgets/tqpushbutton.cpp
@@ -52,7 +52,7 @@
#include "tqtoolbar.h"
#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
/*!
diff --git a/src/widgets/tqscrollbar.cpp b/src/widgets/tqscrollbar.cpp
index 383ce44bd..3f6c683c7 100644
--- a/src/widgets/tqscrollbar.cpp
+++ b/src/widgets/tqscrollbar.cpp
@@ -46,10 +46,10 @@
#include "tqtimer.h"
#include "tqstyle.h"
#ifndef TQT_NO_CURSOR
-#include <ntqcursor.h>
+#include <tqcursor.h>
#endif
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
#include <limits.h>
diff --git a/src/widgets/tqscrollview.cpp b/src/widgets/tqscrollview.cpp
index de60cccf3..71fa86123 100644
--- a/src/widgets/tqscrollview.cpp
+++ b/src/widgets/tqscrollview.cpp
@@ -44,7 +44,7 @@
#include "tqobjectlist.h"
#include "tqpainter.h"
#include "tqpixmap.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "ntqfocusdata.h"
#include "tqscrollview.h"
#include "tqptrdict.h"
diff --git a/src/widgets/tqslider.cpp b/src/widgets/tqslider.cpp
index 98d61b68d..ce25334a0 100644
--- a/src/widgets/tqslider.cpp
+++ b/src/widgets/tqslider.cpp
@@ -47,7 +47,7 @@
#include "ntqapplication.h"
#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
static const int thresholdTime = 300;
diff --git a/src/widgets/tqspinbox.cpp b/src/widgets/tqspinbox.cpp
index ff336035d..f805b65ba 100644
--- a/src/widgets/tqspinbox.cpp
+++ b/src/widgets/tqspinbox.cpp
@@ -41,7 +41,7 @@
#include "tqspinbox.h"
#ifndef TQT_NO_SPINBOX
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqpushbutton.h"
#include "tqpainter.h"
#include "tqbitmap.h"
@@ -51,7 +51,7 @@
#include "ntqapplication.h"
#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
static bool sumOutOfRange(int current, int add)
diff --git a/src/widgets/tqtabbar.cpp b/src/widgets/tqtabbar.cpp
index 3e3f623f7..140473e6a 100644
--- a/src/widgets/tqtabbar.cpp
+++ b/src/widgets/tqtabbar.cpp
@@ -38,7 +38,7 @@
#include "tqtabbar.h"
#ifndef TQT_NO_TABBAR
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqbitmap.h"
#include "tqtoolbutton.h"
#include "tqtooltip.h"
@@ -46,10 +46,10 @@
#include "tqstyle.h"
#include "tqpainter.h"
#include "tqiconset.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
#ifdef TQ_WS_MACX
diff --git a/src/widgets/tqtabwidget.cpp b/src/widgets/tqtabwidget.cpp
index f5781754f..fdf857050 100644
--- a/src/widgets/tqtabwidget.cpp
+++ b/src/widgets/tqtabwidget.cpp
@@ -45,7 +45,7 @@
#include "ntqapplication.h"
#include "tqwidgetstack.h"
#include "tqbitmap.h"
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqstyle.h"
#include "tqpainter.h"
#include "tqtoolbutton.h"
diff --git a/src/widgets/tqtextbrowser.cpp b/src/widgets/tqtextbrowser.cpp
index 504209717..69ae10d56 100644
--- a/src/widgets/tqtextbrowser.cpp
+++ b/src/widgets/tqtextbrowser.cpp
@@ -57,7 +57,7 @@
#include "tqsimplerichtext.h"
#include "tqdragobject.h"
#include "tqurl.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
/*!
\class TQTextBrowser tqtextbrowser.h
diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp
index 1d5805f6d..135c981cc 100644
--- a/src/widgets/tqtextedit.cpp
+++ b/src/widgets/tqtextedit.cpp
@@ -68,7 +68,7 @@
#include "tqstylesheet.h"
#include "tqdragobject.h"
#include "tqurl.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqregexp.h"
#include "tqpopupmenu.h"
#include "tqptrstack.h"
diff --git a/src/widgets/tqtoolbar.cpp b/src/widgets/tqtoolbar.cpp
index 27c06fb64..a2cfdbf1c 100644
--- a/src/widgets/tqtoolbar.cpp
+++ b/src/widgets/tqtoolbar.cpp
@@ -43,7 +43,7 @@
#include "tqmainwindow.h"
#include "tqtooltip.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqlayout.h"
#include "tqframe.h"
#include "tqobjectlist.h"
diff --git a/src/widgets/tqwhatsthis.cpp b/src/widgets/tqwhatsthis.cpp
index 1328c49ea..242016454 100644
--- a/src/widgets/tqwhatsthis.cpp
+++ b/src/widgets/tqwhatsthis.cpp
@@ -46,13 +46,13 @@
#include "tqptrdict.h"
#include "tqtoolbutton.h"
#include "ntqshared.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqbitmap.h"
#include "tqtooltip.h"
#include "tqsimplerichtext.h"
#include "tqstylesheet.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
#if defined(TQ_WS_WIN)
#include "qt_windows.h"
diff --git a/src/widgets/tqwhatsthis.h b/src/widgets/tqwhatsthis.h
index 66b4b3c90..6fc2538e5 100644
--- a/src/widgets/tqwhatsthis.h
+++ b/src/widgets/tqwhatsthis.h
@@ -45,7 +45,7 @@
#ifndef TQT_NO_WHATSTHIS
-#include "ntqcursor.h"
+#include "tqcursor.h"
class TQToolButton;
class TQPopupMenu;
diff --git a/src/widgets/tqwidgetresizehandler.cpp b/src/widgets/tqwidgetresizehandler.cpp
index 248d1b3f9..342626e53 100644
--- a/src/widgets/tqwidgetresizehandler.cpp
+++ b/src/widgets/tqwidgetresizehandler.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_RESIZEHANDLER
#include "tqframe.h"
#include "ntqapplication.h"
-#include "ntqcursor.h"
+#include "tqcursor.h"
#include "tqsizegrip.h"
#if defined(TQ_WS_WIN)
#include "qt_windows.h"