summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/qcommonstyle.cpp18
-rw-r--r--src/styles/qinterlacestyle.cpp4
-rw-r--r--src/styles/qmotifplusstyle.cpp16
-rw-r--r--src/styles/qmotifstyle.cpp8
-rw-r--r--src/styles/qplatinumstyle.cpp8
-rw-r--r--src/styles/qsgistyle.cpp10
-rw-r--r--src/styles/qwindowsstyle.cpp8
7 files changed, 36 insertions, 36 deletions
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp
index 5f16b5b0..7b6e475f 100644
--- a/src/styles/qcommonstyle.cpp
+++ b/src/styles/qcommonstyle.cpp
@@ -48,27 +48,27 @@
#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "tqpixmap.h"
-#include "ntqpushbutton.h"
+#include "tqpushbutton.h"
#include "ntqtabbar.h"
#include "ntqtabwidget.h"
-#include "ntqlineedit.h"
-#include "ntqscrollbar.h"
+#include "tqlineedit.h"
+#include "tqscrollbar.h"
#include "tqtoolbutton.h"
#include "tqtoolbar.h"
-#include "ntqcombobox.h"
+#include "tqcombobox.h"
#include "ntqdockarea.h"
#include "ntqheader.h"
-#include "ntqspinbox.h"
+#include "tqspinbox.h"
#include "ntqrangecontrol.h"
#include "ntqgroupbox.h"
-#include "ntqslider.h"
+#include "tqslider.h"
#include "ntqlistview.h"
-#include "ntqcheckbox.h"
-#include "ntqradiobutton.h"
+#include "tqcheckbox.h"
+#include "tqradiobutton.h"
#include "tqbitmap.h"
#include "ntqprogressbar.h"
#include "ntqlistbox.h"
-#include "private/qdialogbuttons_p.h"
+#include "private/tqdialogbuttons_p.h"
#include <limits.h>
#include <tqpixmap.h>
#include "../widgets/qtitlebar_p.h"
diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp
index 43917bd2..7f4838c8 100644
--- a/src/styles/qinterlacestyle.cpp
+++ b/src/styles/qinterlacestyle.cpp
@@ -50,10 +50,10 @@
#include "tqpalette.h" // for now
#include "tqwidget.h"
#include "tqlabel.h"
-#include "ntqpushbutton.h"
+#include "tqpushbutton.h"
#include "tqwidget.h"
#include "ntqrangecontrol.h"
-#include "ntqscrollbar.h"
+#include "tqscrollbar.h"
#include "ntqlistbox.h"
#include <limits.h>
diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp
index 4b0da7c8..d37419b2 100644
--- a/src/styles/qmotifplusstyle.cpp
+++ b/src/styles/qmotifplusstyle.cpp
@@ -47,15 +47,15 @@
#include "tqpainter.h"
#include "tqpalette.h"
#include "ntqframe.h"
-#include "ntqpushbutton.h"
-#include "ntqcheckbox.h"
-#include "ntqradiobutton.h"
-#include "ntqcombobox.h"
-#include "ntqlineedit.h"
-#include "ntqspinbox.h"
-#include "ntqslider.h"
+#include "tqpushbutton.h"
+#include "tqcheckbox.h"
+#include "tqradiobutton.h"
+#include "tqcombobox.h"
+#include "tqlineedit.h"
+#include "tqspinbox.h"
+#include "tqslider.h"
#include "ntqdrawutil.h"
-#include "ntqscrollbar.h"
+#include "tqscrollbar.h"
#include "ntqtabbar.h"
#include "tqtoolbar.h"
#include "ntqguardedptr.h"
diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp
index 87d31012..55ff6666 100644
--- a/src/styles/qmotifstyle.cpp
+++ b/src/styles/qmotifstyle.cpp
@@ -49,14 +49,14 @@
#include "tqpixmap.h"
#include "tqpalette.h"
#include "tqwidget.h"
-#include "ntqpushbutton.h"
-#include "ntqscrollbar.h"
+#include "tqpushbutton.h"
+#include "tqscrollbar.h"
#include "ntqtabbar.h"
#include "ntqtabwidget.h"
#include "ntqlistview.h"
#include "ntqsplitter.h"
-#include "ntqslider.h"
-#include "ntqcombobox.h"
+#include "tqslider.h"
+#include "tqcombobox.h"
#include "ntqdockwindow.h"
#include "ntqdockarea.h"
#include "ntqprogressbar.h"
diff --git a/src/styles/qplatinumstyle.cpp b/src/styles/qplatinumstyle.cpp
index ee2823a2..721a480a 100644
--- a/src/styles/qplatinumstyle.cpp
+++ b/src/styles/qplatinumstyle.cpp
@@ -43,14 +43,14 @@
#if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN)
#include "ntqapplication.h"
-#include "ntqcombobox.h"
+#include "tqcombobox.h"
#include "ntqdrawutil.h"
#include "tqpainter.h"
#include "tqpalette.h"
#include "tqpixmap.h"
-#include "ntqpushbutton.h"
-#include "ntqscrollbar.h"
-#include "ntqslider.h"
+#include "tqpushbutton.h"
+#include "tqscrollbar.h"
+#include "tqslider.h"
#include <limits.h>
/*!
diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp
index ef4a6183..a69ef63b 100644
--- a/src/styles/qsgistyle.cpp
+++ b/src/styles/qsgistyle.cpp
@@ -50,13 +50,13 @@
#include "tqpixmap.h"
#include "tqpalette.h"
#include "tqwidget.h"
-#include "ntqpushbutton.h"
-#include "ntqscrollbar.h"
-#include "ntqcombobox.h"
-#include "ntqslider.h"
+#include "tqpushbutton.h"
+#include "tqscrollbar.h"
+#include "tqcombobox.h"
+#include "tqslider.h"
#include "tqtextedit.h"
#include "tqtoolbar.h"
-#include "ntqlineedit.h"
+#include "tqlineedit.h"
#include "tqmenubar.h"
#include <limits.h>
diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp
index 27437724..23754f78 100644
--- a/src/styles/qwindowsstyle.cpp
+++ b/src/styles/qwindowsstyle.cpp
@@ -50,13 +50,13 @@
#include "tqwidget.h"
#include "tqlabel.h"
#include "tqimage.h"
-#include "ntqpushbutton.h"
-#include "ntqcombobox.h"
+#include "tqpushbutton.h"
+#include "tqcombobox.h"
#include "ntqlistbox.h"
#include "tqwidget.h"
#include "ntqrangecontrol.h"
-#include "ntqscrollbar.h"
-#include "ntqslider.h"
+#include "tqscrollbar.h"
+#include "tqslider.h"
#include "ntqtabwidget.h"
#include "ntqtabbar.h"
#include "ntqlistview.h"