summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dialogs/qcolordialog.cpp2
-rw-r--r--src/dialogs/qerrormessage.cpp2
-rw-r--r--src/dialogs/qfiledialog.cpp2
-rw-r--r--src/dialogs/qfontdialog.cpp2
-rw-r--r--src/dialogs/qmessagebox.cpp2
-rw-r--r--src/dialogs/qprintdialog.cpp2
-rw-r--r--src/dialogs/qprogressdialog.cpp2
-rw-r--r--src/kernel/ntqnamespace.h4
-rw-r--r--src/kernel/ntqt.h10
-rw-r--r--src/kernel/qapplication.cpp4
-rw-r--r--src/kernel/qapplication_x11.cpp2
-rw-r--r--src/kernel/qrichtext.cpp4
-rw-r--r--src/kernel/qrichtext_p.h2
-rw-r--r--src/kernel/qsizegrip.cpp2
-rw-r--r--src/kernel/qt_kernel.pri8
-rw-r--r--src/kernel/qt_pch.h2
-rw-r--r--src/kernel/tqobject.cpp2
-rw-r--r--src/kernel/tqstyle.cpp (renamed from src/kernel/qstyle.cpp)6
-rw-r--r--src/kernel/tqstyle.h (renamed from src/kernel/ntqstyle.h)0
-rw-r--r--src/kernel/tqstylesheet.cpp (renamed from src/kernel/qstylesheet.cpp)6
-rw-r--r--src/kernel/tqstylesheet.h (renamed from src/kernel/ntqstylesheet.h)0
-rw-r--r--src/kernel/tqwidget.cpp4
-rw-r--r--src/qt.pro4
-rw-r--r--src/styles/ntqcommonstyle.h2
-rw-r--r--src/styles/qt_styles.pri10
-rw-r--r--src/styles/tqstylefactory.cpp (renamed from src/styles/qstylefactory.cpp)6
-rw-r--r--src/styles/tqstylefactory.h (renamed from src/styles/ntqstylefactory.h)0
-rw-r--r--src/styles/tqstyleinterface_p.h (renamed from src/styles/qstyleinterface_p.h)0
-rw-r--r--src/styles/tqstyleplugin.cpp (renamed from src/styles/qstyleplugin.cpp)8
-rw-r--r--src/styles/tqstyleplugin.h (renamed from src/styles/ntqstyleplugin.h)0
-rw-r--r--src/table/qtable.cpp2
-rw-r--r--src/tools/qfeatures.txt2
-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
-rw-r--r--src/workspace/qworkspace.cpp2
69 files changed, 93 insertions, 93 deletions
diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp
index ca38f9c10..4678494d0 100644
--- a/src/dialogs/qcolordialog.cpp
+++ b/src/dialogs/qcolordialog.cpp
@@ -54,7 +54,7 @@
#include "ntqdragobject.h"
#include "ntqgridview.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqsettings.h"
#include "ntqpopupmenu.h"
diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp
index e2b302e55..403c44e12 100644
--- a/src/dialogs/qerrormessage.cpp
+++ b/src/dialogs/qerrormessage.cpp
@@ -50,7 +50,7 @@
#include "ntqmessagebox.h"
#include "ntqpushbutton.h"
#include "tqstringlist.h"
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#include "tqtextview.h"
#include <stdio.h>
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp
index db7b5cbe5..79fe33346 100644
--- a/src/dialogs/qfiledialog.cpp
+++ b/src/dialogs/qfiledialog.cpp
@@ -87,7 +87,7 @@
#include "ntqregexp.h"
#include "ntqsplitter.h"
#include "tqstrlist.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqtimer.h"
#include "ntqtoolbutton.h"
#include "ntqtooltip.h"
diff --git a/src/dialogs/qfontdialog.cpp b/src/dialogs/qfontdialog.cpp
index d81c01476..dfb9731e1 100644
--- a/src/dialogs/qfontdialog.cpp
+++ b/src/dialogs/qfontdialog.cpp
@@ -55,7 +55,7 @@
#include "ntqlabel.h"
#include "ntqapplication.h"
#include "ntqfontdatabase.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include <private/qfontdata_p.h>
#include <ntqvalidator.h>
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp
index 6d991b3b7..eba007410 100644
--- a/src/dialogs/qmessagebox.cpp
+++ b/src/dialogs/qmessagebox.cpp
@@ -47,7 +47,7 @@
#include "ntqpushbutton.h"
#include "tqimage.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "tqobjectlist.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp
index 2402de7d3..92e5d5ec3 100644
--- a/src/dialogs/qprintdialog.cpp
+++ b/src/dialogs/qprintdialog.cpp
@@ -58,7 +58,7 @@
#include "ntqspinbox.h"
#include "ntqapplication.h"
#include "ntqheader.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "tqstring.h"
#include "ntqregexp.h"
#if !defined(TQT_NO_CUPS) || !defined(TQT_NO_NIS)
diff --git a/src/dialogs/qprogressdialog.cpp b/src/dialogs/qprogressdialog.cpp
index e139ad3b3..0424a9ec6 100644
--- a/src/dialogs/qprogressdialog.cpp
+++ b/src/dialogs/qprogressdialog.cpp
@@ -47,7 +47,7 @@
#include "ntqdrawutil.h"
#include "ntqdatetime.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqpushbutton.h"
#include "ntqcursor.h"
#include "ntqtimer.h"
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h
index 03c58309c..052fea171 100644
--- a/src/kernel/ntqnamespace.h
+++ b/src/kernel/ntqnamespace.h
@@ -317,7 +317,7 @@ public:
};
#endif
- // documented in qstyle.cpp
+ // documented in tqstyle.cpp
#ifdef TQT_NO_COMPAT
enum GUIStyle {
WindowsStyle = 1, // ### TQt 4.0: either remove the obsolete enums or clean up compat vs.
@@ -856,7 +856,7 @@ public:
WV_CE_based = 0x0f00
};
- // documented in qstyle.cpp
+ // documented in tqstyle.cpp
enum UIEffect {
UI_General,
UI_AnimateMenu,
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h
index 78ce0ca55..46dd439d1 100644
--- a/src/kernel/ntqt.h
+++ b/src/kernel/ntqt.h
@@ -71,7 +71,7 @@
#include "tqiconset.h"
#include "ntqbutton.h"
#include <ntqtoolbutton.h>
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqframe.h"
#include "ntqfile.h"
#include "ntqfileinfo.h"
@@ -168,7 +168,7 @@
#include <ntqcleanuphandler.h>
#include <tqptrqueue.h>
#include <tqptrstack.h>
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#include <ntqpushbutton.h>
#include <ntqradiobutton.h>
#include <ntqdial.h>
@@ -222,8 +222,8 @@
#include "ntqtranslator.h"
#include <tqstrvec.h>
#include <ntqinterlacestyle.h>
-#include <ntqstylefactory.h>
-#include <ntqstyleplugin.h>
+#include <tqstylefactory.h>
+#include <tqstyleplugin.h>
#include "tqtextedit.h"
#include <ntqsyntaxhighlighter.h>
#include <ntqtabdialog.h>
@@ -291,7 +291,7 @@
#include "private/tqsqlmanager_p.h"
#include "private/qlock_p.h"
#include "private/qcomponentfactory_p.h"
-#include "private/qstyleinterface_p.h"
+#include "private/tqstyleinterface_p.h"
#include "private/qrichtext_p.h"
#include "private/qsvgdevice_p.h"
#include "private/qfontcodecs_p.h"
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp
index baf5ba495..5ba5f5b21 100644
--- a/src/kernel/qapplication.cpp
+++ b/src/kernel/qapplication.cpp
@@ -54,8 +54,8 @@
#include "ntqdragobject.h"
#include "ntqclipboard.h"
#include "ntqcursor.h"
-#include "ntqstyle.h"
-#include "ntqstylefactory.h"
+#include "tqstyle.h"
+#include "tqstylefactory.h"
#include "ntqfile.h"
#include "ntqmessagebox.h"
#include "ntqdir.h"
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index 0cfd812c2..0a1d62cf8 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -85,7 +85,7 @@
#include "ntqclipboard.h"
#include "ntqwhatsthis.h" // ######## dependency
#include "ntqsettings.h"
-#include "ntqstylefactory.h"
+#include "tqstylefactory.h"
#include "ntqfileinfo.h"
// Input method stuff - UNFINISHED
diff --git a/src/kernel/qrichtext.cpp b/src/kernel/qrichtext.cpp
index cd4c31055..1d9626426 100644
--- a/src/kernel/qrichtext.cpp
+++ b/src/kernel/qrichtext.cpp
@@ -50,7 +50,7 @@
#include "ntqapplication.h"
#include "tqmap.h"
#include "ntqfileinfo.h"
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#include "ntqmime.h"
#include "tqimage.h"
#include "ntqdragobject.h"
@@ -60,7 +60,7 @@
#include "ntqcursor.h"
#include "tqptrstack.h"
#include "tqptrdict.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqcleanuphandler.h"
#include "tqtextengine_p.h"
#include <private/qunicodetables_p.h>
diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h
index 58fed9826..f30c29149 100644
--- a/src/kernel/qrichtext_p.h
+++ b/src/kernel/qrichtext_p.h
@@ -69,7 +69,7 @@
#include "tqobject.h"
#include "ntqdict.h"
#include "ntqpixmap.h"
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#include "tqptrvector.h"
#include "ntqpainter.h"
#include "ntqlayout.h"
diff --git a/src/kernel/qsizegrip.cpp b/src/kernel/qsizegrip.cpp
index a6629ecf6..f4528c3b9 100644
--- a/src/kernel/qsizegrip.cpp
+++ b/src/kernel/qsizegrip.cpp
@@ -44,7 +44,7 @@
#include "ntqpainter.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#if defined(TQ_WS_X11)
#include "qt_x11_p.h"
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index a021a33fe..d22498131 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -75,8 +75,8 @@ kernel {
$$KERNEL_H/ntqsizepolicy.h \
$$KERNEL_H/ntqsocketnotifier.h \
$$KERNEL_H/ntqsound.h \
- $$KERNEL_H/ntqstyle.h \
- $$KERNEL_H/ntqstylesheet.h \
+ $$KERNEL_H/tqstyle.h \
+ $$KERNEL_H/tqstylesheet.h \
$$KERNEL_H/ntqthread.h \
$$KERNEL_H/ntqtimer.h \
$$KERNEL_H/ntqurl.h \
@@ -245,10 +245,10 @@ kernel {
$$KERNEL_CPP/qsignalmapper.cpp \
$$KERNEL_CPP/qsize.cpp \
$$KERNEL_CPP/qsizegrip.cpp \
- $$KERNEL_CPP/qstyle.cpp \
+ $$KERNEL_CPP/tqstyle.cpp \
$$KERNEL_CPP/qsocketnotifier.cpp \
$$KERNEL_CPP/qsound.cpp \
- $$KERNEL_CPP/qstylesheet.cpp \
+ $$KERNEL_CPP/tqstylesheet.cpp \
$$KERNEL_CPP/qthread.cpp \
$$KERNEL_CPP/qtimer.cpp \
$$KERNEL_CPP/qurl.cpp \
diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h
index 4041d1847..a4655ff25 100644
--- a/src/kernel/qt_pch.h
+++ b/src/kernel/qt_pch.h
@@ -37,7 +37,7 @@
#include <tqptrlist.h>
#include <tqstring.h>
#include <tqstringlist.h>
-#include <ntqstyle.h>
+#include <tqstyle.h>
#include <ntqtimer.h>
#include <tqwidget.h>
diff --git a/src/kernel/tqobject.cpp b/src/kernel/tqobject.cpp
index b87fd8d07..d50b48e85 100644
--- a/src/kernel/tqobject.cpp
+++ b/src/kernel/tqobject.cpp
@@ -50,7 +50,7 @@
#include "tqptrvector.h"
// TQStyleControlElementData
-#include "ntqstyle.h"
+#include "tqstyle.h"
#ifdef TQT_THREAD_SUPPORT
#include "ntqmutex.h"
diff --git a/src/kernel/qstyle.cpp b/src/kernel/tqstyle.cpp
index d45540bb8..f0c0524d6 100644
--- a/src/kernel/qstyle.cpp
+++ b/src/kernel/tqstyle.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqstyle.h"
+#include "tqstyle.h"
#ifndef TQT_NO_STYLE
#include "ntqapplication.h"
#include "ntqpainter.h"
@@ -251,7 +251,7 @@ TQStyleOption::TQStyleOption(TQWidget *w) :
}
/*!
- \class TQStyleOption ntqstyle.h
+ \class TQStyleOption tqstyle.h
\brief The TQStyleOption class specifies optional parameters for TQStyle functions.
\ingroup appearance
@@ -501,7 +501,7 @@ TQStyleOption::TQStyleOption(TQWidget *w) :
*/
/*!
- \class TQStyle ntqstyle.h
+ \class TQStyle tqstyle.h
\brief The TQStyle class specifies the look and feel of a GUI.
\ingroup appearance
diff --git a/src/kernel/ntqstyle.h b/src/kernel/tqstyle.h
index 6fc61b456..6fc61b456 100644
--- a/src/kernel/ntqstyle.h
+++ b/src/kernel/tqstyle.h
diff --git a/src/kernel/qstylesheet.cpp b/src/kernel/tqstylesheet.cpp
index b1e9ac795..2af221100 100644
--- a/src/kernel/qstylesheet.cpp
+++ b/src/kernel/tqstylesheet.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#ifndef TQT_NO_RICHTEXT
@@ -78,7 +78,7 @@ public:
};
/*!
- \class TQStyleSheetItem ntqstylesheet.h
+ \class TQStyleSheetItem tqstylesheet.h
\brief The TQStyleSheetItem class provides an encapsulation of a set of text styles.
\ingroup text
@@ -855,7 +855,7 @@ int TQStyleSheetItem::lineSpacing() const
/*!
- \class TQStyleSheet ntqstylesheet.h
+ \class TQStyleSheet tqstylesheet.h
\ingroup text
\brief The TQStyleSheet class is a collection of styles for rich text
rendering and a generator of tags.
diff --git a/src/kernel/ntqstylesheet.h b/src/kernel/tqstylesheet.h
index 1c12775cc..1c12775cc 100644
--- a/src/kernel/ntqstylesheet.h
+++ b/src/kernel/tqstylesheet.h
diff --git a/src/kernel/tqwidget.cpp b/src/kernel/tqwidget.cpp
index 118429a11..f4f1a8b1c 100644
--- a/src/kernel/tqwidget.cpp
+++ b/src/kernel/tqwidget.cpp
@@ -51,9 +51,9 @@
#include "qapplication_p.h"
#include "ntqbrush.h"
#include "ntqlayout.h"
-#include "ntqstylefactory.h"
+#include "tqstylefactory.h"
#include "ntqcleanuphandler.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqmetaobject.h"
#include "ntqguardedptr.h"
#if defined(TQT_THREAD_SUPPORT)
diff --git a/src/qt.pro b/src/qt.pro
index e359ea36c..5d23a6b84 100644
--- a/src/qt.pro
+++ b/src/qt.pro
@@ -181,14 +181,14 @@ wince-* {
HEADERS -= $$TOOLS_CPP/qcomlibrary.h \
$$KERNEL_CPP/ntqgplugin.h \
$$KERNEL_CPP/tqimageformatplugin.h \
- $$STYLES_CPP/ntqstyleplugin.h \
+ $$STYLES_CPP/tqstyleplugin.h \
$$CODECS_CPP/tqtextcodecplugin.h \
$$WIDGETS_CPP/tqwidgetplugin.h
SOURCES -= $$TOOLS_CPP/qcomlibrary.cpp \
$$KERNEL_CPP/qgplugin.cpp \
$$KERNEL_CPP/tqimageformatplugin.cpp \
- $$STYLES_CPP/qstyleplugin.cpp \
+ $$STYLES_CPP/tqstyleplugin.cpp \
$$CODECS_CPP/tqtextcodecplugin.cpp \
$$WIDGETS_CPP/tqwidgetplugin.cpp
}
diff --git a/src/styles/ntqcommonstyle.h b/src/styles/ntqcommonstyle.h
index 47edfe2cb..705177d71 100644
--- a/src/styles/ntqcommonstyle.h
+++ b/src/styles/ntqcommonstyle.h
@@ -42,7 +42,7 @@
#define TQCOMMONSTYLE_H
#ifndef QT_H
-#include "ntqstyle.h"
+#include "tqstyle.h"
#endif // QT_H
#ifndef TQT_NO_STYLE
diff --git a/src/styles/qt_styles.pri b/src/styles/qt_styles.pri
index 7eb9e5bcf..812690724 100644
--- a/src/styles/qt_styles.pri
+++ b/src/styles/qt_styles.pri
@@ -2,12 +2,12 @@
styles {
STYLES_P = styles
- HEADERS +=$$STYLES_H/ntqstylefactory.h \
- $$STYLES_P/qstyleinterface_p.h \
- $$STYLES_H/ntqstyleplugin.h \
+ HEADERS +=$$STYLES_H/tqstylefactory.h \
+ $$STYLES_P/tqstyleinterface_p.h \
+ $$STYLES_H/tqstyleplugin.h \
$$STYLES_H/ntqcommonstyle.h
- SOURCES +=$$STYLES_CPP/qstylefactory.cpp \
- $$STYLES_CPP/qstyleplugin.cpp \
+ SOURCES +=$$STYLES_CPP/tqstylefactory.cpp \
+ $$STYLES_CPP/tqstyleplugin.cpp \
$$STYLES_CPP/qcommonstyle.cpp
contains( styles, all ) {
diff --git a/src/styles/qstylefactory.cpp b/src/styles/tqstylefactory.cpp
index cf494018a..d87794f9a 100644
--- a/src/styles/qstylefactory.cpp
+++ b/src/styles/tqstylefactory.cpp
@@ -38,8 +38,8 @@
**
**********************************************************************/
-#include "qstyleinterface_p.h" // up here for GCC 2.7.* compatibility
-#include "ntqstylefactory.h"
+#include "tqstyleinterface_p.h" // up here for GCC 2.7.* compatibility
+#include "tqstylefactory.h"
#ifndef TQT_NO_STYLE
@@ -99,7 +99,7 @@ TQStyleFactoryPrivate::~TQStyleFactoryPrivate()
#endif //TQT_NO_COMPONENT
/*!
- \class TQStyleFactory ntqstylefactory.h
+ \class TQStyleFactory tqstylefactory.h
\brief The TQStyleFactory class creates TQStyle objects.
The style factory creates a TQStyle object for a given key with
diff --git a/src/styles/ntqstylefactory.h b/src/styles/tqstylefactory.h
index bfab3153c..bfab3153c 100644
--- a/src/styles/ntqstylefactory.h
+++ b/src/styles/tqstylefactory.h
diff --git a/src/styles/qstyleinterface_p.h b/src/styles/tqstyleinterface_p.h
index 500dcfef3..500dcfef3 100644
--- a/src/styles/qstyleinterface_p.h
+++ b/src/styles/tqstyleinterface_p.h
diff --git a/src/styles/qstyleplugin.cpp b/src/styles/tqstyleplugin.cpp
index 2650708c1..50e0e684d 100644
--- a/src/styles/qstyleplugin.cpp
+++ b/src/styles/tqstyleplugin.cpp
@@ -38,17 +38,17 @@
**
**********************************************************************/
-#include "ntqstyleplugin.h"
+#include "tqstyleplugin.h"
#ifndef TQT_NO_STYLE
#ifndef TQT_NO_COMPONENT
-#include "qstyleinterface_p.h"
+#include "tqstyleinterface_p.h"
#include "tqobjectcleanuphandler.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
/*!
- \class TQStylePlugin ntqstyleplugin.h
+ \class TQStylePlugin tqstyleplugin.h
\brief The TQStylePlugin class provides an abstract base for custom TQStyle plugins.
\ingroup plugins
diff --git a/src/styles/ntqstyleplugin.h b/src/styles/tqstyleplugin.h
index 13d83c453..13d83c453 100644
--- a/src/styles/ntqstyleplugin.h
+++ b/src/styles/tqstyleplugin.h
diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp
index 5d6e27bf9..a63a3392c 100644
--- a/src/table/qtable.cpp
+++ b/src/table/qtable.cpp
@@ -60,7 +60,7 @@
#include <ntqdragobject.h>
#include <ntqevent.h>
#include <ntqlistbox.h>
-#include <ntqstyle.h>
+#include <tqstyle.h>
#include <tqdatatable.h>
#include <ntqvalidator.h>
diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt
index b2c882798..b8e085325 100644
--- a/src/tools/qfeatures.txt
+++ b/src/tools/qfeatures.txt
@@ -783,7 +783,7 @@ SeeAlso: ???
Feature: STYLE
Section: Widgets
Requires: DRAWUTIL
-Name: QStyle
+Name: TQStyle
SeeAlso: ???
Feature: WIDGET_TOPEXTRA
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"
diff --git a/src/workspace/qworkspace.cpp b/src/workspace/qworkspace.cpp
index be93dd4c1..e7f8381d1 100644
--- a/src/workspace/qworkspace.cpp
+++ b/src/workspace/qworkspace.cpp
@@ -60,7 +60,7 @@
#include "ntqwmatrix.h"
#include "tqimage.h"
#include "ntqscrollbar.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqbitmap.h"
// magic non-mdi things