summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/qcheckbox.cpp2
-rw-r--r--src/widgets/qcombobox.cpp2
-rw-r--r--src/widgets/qdatetimeedit.cpp2
-rw-r--r--src/widgets/qdial.cpp2
-rw-r--r--src/widgets/qdialogbuttons.cpp2
-rw-r--r--src/widgets/qdockwindow.cpp2
-rw-r--r--src/widgets/qframe.cpp2
-rw-r--r--src/widgets/qgroupbox.cpp2
-rw-r--r--src/widgets/qheader.cpp2
-rw-r--r--src/widgets/qlabel.cpp4
-rw-r--r--src/widgets/qlineedit.cpp2
-rw-r--r--src/widgets/qlistbox.cpp2
-rw-r--r--src/widgets/qlistview.cpp4
-rw-r--r--src/widgets/qmainwindow.cpp2
-rw-r--r--src/widgets/qmenubar.cpp2
-rw-r--r--src/widgets/qpopupmenu.cpp2
-rw-r--r--src/widgets/qprogressbar.cpp2
-rw-r--r--src/widgets/qpushbutton.cpp2
-rw-r--r--src/widgets/qradiobutton.cpp2
-rw-r--r--src/widgets/qscrollbar.cpp2
-rw-r--r--src/widgets/qscrollview.cpp2
-rw-r--r--src/widgets/qslider.cpp2
-rw-r--r--src/widgets/qspinbox.cpp2
-rw-r--r--src/widgets/qspinwidget.cpp2
-rw-r--r--src/widgets/qsplitter.cpp2
-rw-r--r--src/widgets/qstatusbar.cpp2
-rw-r--r--src/widgets/qtabbar.cpp2
-rw-r--r--src/widgets/qtabwidget.cpp2
-rw-r--r--src/widgets/qtitlebar.cpp4
-rw-r--r--src/widgets/qtoolbar.cpp2
-rw-r--r--src/widgets/qtoolbox.cpp2
-rw-r--r--src/widgets/qtoolbutton.cpp2
-rw-r--r--src/widgets/qwhatsthis.cpp2
-rw-r--r--src/widgets/tqiconview.cpp2
-rw-r--r--src/widgets/tqtextedit.cpp4
-rw-r--r--src/widgets/tqtextedit.h2
36 files changed, 40 insertions, 40 deletions
diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/qcheckbox.cpp
index 0ef6529b0..390a5b5c4 100644
--- a/src/widgets/qcheckbox.cpp
+++ b/src/widgets/qcheckbox.cpp
@@ -47,7 +47,7 @@
#include "ntqbitmap.h"
#include "tqtextstream.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
/*!
\class TQCheckBox ntqcheckbox.h
diff --git a/src/widgets/qcombobox.cpp b/src/widgets/qcombobox.cpp
index ad2cb9df9..e8c1e28e0 100644
--- a/src/widgets/qcombobox.cpp
+++ b/src/widgets/qcombobox.cpp
@@ -53,7 +53,7 @@
#include "qeffects_p.h"
#include "tqstringlist.h"
#include "ntqcombobox.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include <limits.h>
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
diff --git a/src/widgets/qdatetimeedit.cpp b/src/widgets/qdatetimeedit.cpp
index 98be1d2a7..ce74b33a1 100644
--- a/src/widgets/qdatetimeedit.cpp
+++ b/src/widgets/qdatetimeedit.cpp
@@ -50,7 +50,7 @@
#include "ntqapplication.h"
#include "tqvaluelist.h"
#include "tqstring.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#if defined(TQ_WS_WIN)
#include "qt_windows.h"
diff --git a/src/widgets/qdial.cpp b/src/widgets/qdial.cpp
index 36fdbb9dc..bea8feb74 100644
--- a/src/widgets/qdial.cpp
+++ b/src/widgets/qdial.cpp
@@ -48,7 +48,7 @@
#include "ntqapplication.h"
#include "ntqregion.h"
#include "ntqbitmap.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
#endif
diff --git a/src/widgets/qdialogbuttons.cpp b/src/widgets/qdialogbuttons.cpp
index ed1f4064c..d75a16f96 100644
--- a/src/widgets/qdialogbuttons.cpp
+++ b/src/widgets/qdialogbuttons.cpp
@@ -48,7 +48,7 @@
#include <ntqdialog.h>
#endif // TQT_NO_DIALOG
#include <ntqlayout.h>
-#include <ntqstyle.h>
+#include <tqstyle.h>
#include <tqmap.h>
struct TQDialogButtonsPrivate
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp
index 4ebe27aca..bfcd8dba7 100644
--- a/src/widgets/qdockwindow.cpp
+++ b/src/widgets/qdockwindow.cpp
@@ -55,7 +55,7 @@
#include "ntqtooltip.h"
#include "ntqguardedptr.h"
#include "ntqcursor.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#if defined(TQ_WS_MAC9)
#define MAC_DRAG_HACK
diff --git a/src/widgets/qframe.cpp b/src/widgets/qframe.cpp
index e5ccda027..50ade1265 100644
--- a/src/widgets/qframe.cpp
+++ b/src/widgets/qframe.cpp
@@ -44,7 +44,7 @@
#include "ntqdrawutil.h"
#include "ntqframe.h"
#include "ntqbitmap.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
/*!
\class TQFrame
diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/qgroupbox.cpp
index f9b450e66..6f1c3e0e9 100644
--- a/src/widgets/qgroupbox.cpp
+++ b/src/widgets/qgroupbox.cpp
@@ -49,7 +49,7 @@
#include "tqobjectlist.h"
#include "ntqdrawutil.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqcheckbox.h"
#include "ntqbuttongroup.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/widgets/qheader.cpp b/src/widgets/qheader.cpp
index d8d2a88b0..8128b9fc2 100644
--- a/src/widgets/qheader.cpp
+++ b/src/widgets/qheader.cpp
@@ -46,7 +46,7 @@
#include "ntqbitarray.h"
#include "tqptrvector.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
class TQHeaderData
{
diff --git a/src/widgets/qlabel.cpp b/src/widgets/qlabel.cpp
index d376b1fff..7a5eae532 100644
--- a/src/widgets/qlabel.cpp
+++ b/src/widgets/qlabel.cpp
@@ -49,8 +49,8 @@
#include "ntqpicture.h"
#include "ntqapplication.h"
#include "ntqsimplerichtext.h"
-#include "ntqstylesheet.h"
-#include "ntqstyle.h"
+#include "tqstylesheet.h"
+#include "tqstyle.h"
class TQLabelPrivate
{
diff --git a/src/widgets/qlineedit.cpp b/src/widgets/qlineedit.cpp
index 3894e35e6..f03b57cb9 100644
--- a/src/widgets/qlineedit.cpp
+++ b/src/widgets/qlineedit.cpp
@@ -58,7 +58,7 @@
#include "ntqpopupmenu.h"
#include "tqstringlist.h"
#include "ntqguardedptr.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqwhatsthis.h"
#include "../kernel/qinternal_p.h"
#include "private/tqtextlayout_p.h"
diff --git a/src/widgets/qlistbox.cpp b/src/widgets/qlistbox.cpp
index 5b040fad7..48ee6dc19 100644
--- a/src/widgets/qlistbox.cpp
+++ b/src/widgets/qlistbox.cpp
@@ -55,7 +55,7 @@
#include "tqptrdict.h"
#include "ntqtimer.h"
#include "tqstringlist.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqpopupmenu.h"
#include "ntqguardedptr.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp
index 9af517aea..ac2369637 100644
--- a/src/widgets/qlistview.cpp
+++ b/src/widgets/qlistview.cpp
@@ -61,8 +61,8 @@
#include "ntqlineedit.h"
#include "ntqvbox.h"
#include "ntqtooltip.h"
-#include "ntqstyle.h"
-#include "ntqstylesheet.h"
+#include "tqstyle.h"
+#include "tqstylesheet.h"
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
diff --git a/src/widgets/qmainwindow.cpp b/src/widgets/qmainwindow.cpp
index ff88e71d5..c4549968e 100644
--- a/src/widgets/qmainwindow.cpp
+++ b/src/widgets/qmainwindow.cpp
@@ -61,7 +61,7 @@
#include "ntqbitmap.h"
#include "ntqdockarea.h"
#include "tqstringlist.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#ifdef TQ_WS_MACX
# include "qt_mac.h"
#endif
diff --git a/src/widgets/qmenubar.cpp b/src/widgets/qmenubar.cpp
index ae31bfe89..fa25ebbac 100644
--- a/src/widgets/qmenubar.cpp
+++ b/src/widgets/qmenubar.cpp
@@ -53,7 +53,7 @@
#include "ntqlayout.h"
#include "ntqcleanuphandler.h"
#include "../kernel/qinternal_p.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqtimer.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
diff --git a/src/widgets/qpopupmenu.cpp b/src/widgets/qpopupmenu.cpp
index afeb80f94..d2926d42a 100644
--- a/src/widgets/qpopupmenu.cpp
+++ b/src/widgets/qpopupmenu.cpp
@@ -53,7 +53,7 @@
#include "ntqguardedptr.h"
#include "qeffects_p.h"
#include "ntqcursor.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqtimer.h"
#include "ntqdatetime.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/widgets/qprogressbar.cpp b/src/widgets/qprogressbar.cpp
index 0271ee68f..86616f0c3 100644
--- a/src/widgets/qprogressbar.cpp
+++ b/src/widgets/qprogressbar.cpp
@@ -43,7 +43,7 @@
#include "ntqpainter.h"
#include "ntqdrawutil.h"
#include "ntqpixmap.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqwmatrix.h"
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/widgets/qpushbutton.cpp b/src/widgets/qpushbutton.cpp
index b9c1924ce..62bac9dc6 100644
--- a/src/widgets/qpushbutton.cpp
+++ b/src/widgets/qpushbutton.cpp
@@ -50,7 +50,7 @@
#include "ntqguardedptr.h"
#include "ntqapplication.h"
#include "ntqtoolbar.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
#endif
diff --git a/src/widgets/qradiobutton.cpp b/src/widgets/qradiobutton.cpp
index b5de6b8d9..0a80076e8 100644
--- a/src/widgets/qradiobutton.cpp
+++ b/src/widgets/qradiobutton.cpp
@@ -48,7 +48,7 @@
#include "ntqbitmap.h"
#include "tqtextstream.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
/*!
\class TQRadioButton ntqradiobutton.h
diff --git a/src/widgets/qscrollbar.cpp b/src/widgets/qscrollbar.cpp
index f9850b2f8..d38607085 100644
--- a/src/widgets/qscrollbar.cpp
+++ b/src/widgets/qscrollbar.cpp
@@ -44,7 +44,7 @@
#include "ntqbitmap.h"
#include "ntqapplication.h"
#include "ntqtimer.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#ifndef TQT_NO_CURSOR
#include <ntqcursor.h>
#endif
diff --git a/src/widgets/qscrollview.cpp b/src/widgets/qscrollview.cpp
index a9ce4f876..e6f459cbd 100644
--- a/src/widgets/qscrollview.cpp
+++ b/src/widgets/qscrollview.cpp
@@ -50,7 +50,7 @@
#include "tqptrdict.h"
#include "ntqapplication.h"
#include "ntqtimer.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqlistview.h"
#ifdef TQ_WS_MAC
# include "qt_mac.h"
diff --git a/src/widgets/qslider.cpp b/src/widgets/qslider.cpp
index 55e1589c2..f77fc4d42 100644
--- a/src/widgets/qslider.cpp
+++ b/src/widgets/qslider.cpp
@@ -45,7 +45,7 @@
#include "ntqtimer.h"
#include "ntqbitmap.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
#endif
diff --git a/src/widgets/qspinbox.cpp b/src/widgets/qspinbox.cpp
index 87e232a4b..d088c8ac0 100644
--- a/src/widgets/qspinbox.cpp
+++ b/src/widgets/qspinbox.cpp
@@ -49,7 +49,7 @@
#include "ntqvalidator.h"
#include "ntqpixmapcache.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
#endif
diff --git a/src/widgets/qspinwidget.cpp b/src/widgets/qspinwidget.cpp
index 839bf872e..6086ce11a 100644
--- a/src/widgets/qspinwidget.cpp
+++ b/src/widgets/qspinwidget.cpp
@@ -42,7 +42,7 @@
#include "ntqrect.h"
#include "ntqtimer.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqpainter.h"
class TQSpinWidgetPrivate
diff --git a/src/widgets/qsplitter.cpp b/src/widgets/qsplitter.cpp
index 3e261f286..515ca8763 100644
--- a/src/widgets/qsplitter.cpp
+++ b/src/widgets/qsplitter.cpp
@@ -50,7 +50,7 @@
#include "tqobjectlist.h"
#include "ntqpainter.h"
#include "tqptrlist.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
const uint Default = QT_QSPLITTER_DEFAULT;
diff --git a/src/widgets/qstatusbar.cpp b/src/widgets/qstatusbar.cpp
index b0f0b1ea8..b5c8b9cab 100644
--- a/src/widgets/qstatusbar.cpp
+++ b/src/widgets/qstatusbar.cpp
@@ -46,7 +46,7 @@
#include "ntqpainter.h"
#include "ntqtimer.h"
#include "ntqdrawutil.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqsizegrip.h"
/*!
diff --git a/src/widgets/qtabbar.cpp b/src/widgets/qtabbar.cpp
index e2b2e162e..ff2618378 100644
--- a/src/widgets/qtabbar.cpp
+++ b/src/widgets/qtabbar.cpp
@@ -43,7 +43,7 @@
#include "ntqtoolbutton.h"
#include "ntqtooltip.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqpainter.h"
#include "tqiconset.h"
#include "ntqcursor.h"
diff --git a/src/widgets/qtabwidget.cpp b/src/widgets/qtabwidget.cpp
index 464affb58..9e2101050 100644
--- a/src/widgets/qtabwidget.cpp
+++ b/src/widgets/qtabwidget.cpp
@@ -46,7 +46,7 @@
#include "tqwidgetstack.h"
#include "ntqbitmap.h"
#include "ntqaccel.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqpainter.h"
#include "ntqtoolbutton.h"
diff --git a/src/widgets/qtitlebar.cpp b/src/widgets/qtitlebar.cpp
index 0879c3226..c14e2a82a 100644
--- a/src/widgets/qtitlebar.cpp
+++ b/src/widgets/qtitlebar.cpp
@@ -46,14 +46,14 @@
#include <ntqcursor.h>
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqdatetime.h"
#include "private/qapplication_p.h"
#include "ntqtooltip.h"
#include "tqimage.h"
#include "ntqtimer.h"
#include "ntqpainter.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "private/qinternal_p.h"
#ifndef TQT_NO_WORKSPACE
#include "ntqworkspace.h"
diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/qtoolbar.cpp
index a3d390e43..08c57b58d 100644
--- a/src/widgets/qtoolbar.cpp
+++ b/src/widgets/qtoolbar.cpp
@@ -54,7 +54,7 @@
#include "ntqcombobox.h"
#include "ntqtimer.h"
#include "tqwidgetlist.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
static const char * const arrow_v_xpm[] = {
"7 9 3 1",
diff --git a/src/widgets/qtoolbox.cpp b/src/widgets/qtoolbox.cpp
index 9b4eec8e3..c426a5d68 100644
--- a/src/widgets/qtoolbox.cpp
+++ b/src/widgets/qtoolbox.cpp
@@ -46,7 +46,7 @@
#include <ntqlayout.h>
#include <ntqscrollview.h>
#include <ntqpainter.h>
-#include <ntqstyle.h>
+#include <tqstyle.h>
#include <tqobjectlist.h>
#include <ntqapplication.h>
#include <tqwidgetlist.h>
diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/qtoolbutton.cpp
index bb5ac8701..4b9145d4f 100644
--- a/src/widgets/qtoolbutton.cpp
+++ b/src/widgets/qtoolbutton.cpp
@@ -46,7 +46,7 @@
#include "ntqpixmap.h"
#include "ntqwmatrix.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqmainwindow.h"
#include "ntqtooltip.h"
#include "ntqtoolbar.h"
diff --git a/src/widgets/qwhatsthis.cpp b/src/widgets/qwhatsthis.cpp
index 41cb9fd82..b7bc0b15b 100644
--- a/src/widgets/qwhatsthis.cpp
+++ b/src/widgets/qwhatsthis.cpp
@@ -50,7 +50,7 @@
#include "ntqbitmap.h"
#include "ntqtooltip.h"
#include "ntqsimplerichtext.h"
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
#endif
diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp
index 4ccecfd21..292086428 100644
--- a/src/widgets/tqiconview.cpp
+++ b/src/widgets/tqiconview.cpp
@@ -70,7 +70,7 @@
#include "tqstringlist.h"
#include "ntqcleanuphandler.h"
#include "private/qrichtext_p.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include <limits.h>
#include <stdlib.h>
diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp
index a4cc6cf11..33307e4b8 100644
--- a/src/widgets/tqtextedit.cpp
+++ b/src/widgets/tqtextedit.cpp
@@ -54,7 +54,7 @@
#include "ntqpixmap.h"
#include "ntqfont.h"
#include "ntqcolor.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqsize.h"
#include "ntqevent.h"
#include "ntqtimer.h"
@@ -65,7 +65,7 @@
#include "ntqclipboard.h"
#include "ntqcolordialog.h"
#include "ntqfontdialog.h"
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#include "ntqdragobject.h"
#include "ntqurl.h"
#include "ntqcursor.h"
diff --git a/src/widgets/tqtextedit.h b/src/widgets/tqtextedit.h
index 40906dbfc..0b88f8593 100644
--- a/src/widgets/tqtextedit.h
+++ b/src/widgets/tqtextedit.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqscrollview.h"
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#include "tqptrvector.h"
#include "tqvaluelist.h"
#include "tqptrlist.h"