summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/tqcdestyle.cpp2
-rw-r--r--src/styles/tqcommonstyle.cpp4
-rw-r--r--src/styles/tqcompactstyle.cpp2
-rw-r--r--src/styles/tqinterlacestyle.cpp2
-rw-r--r--src/styles/tqmotifplusstyle.cpp2
-rw-r--r--src/styles/tqmotifstyle.cpp6
-rw-r--r--src/styles/tqplatinumstyle.cpp2
-rw-r--r--src/styles/tqsgistyle.cpp2
-rw-r--r--src/styles/tqwindowsstyle.cpp4
9 files changed, 13 insertions, 13 deletions
diff --git a/src/styles/tqcdestyle.cpp b/src/styles/tqcdestyle.cpp
index 3c5321386..2c3b103da 100644
--- a/src/styles/tqcdestyle.cpp
+++ b/src/styles/tqcdestyle.cpp
@@ -43,7 +43,7 @@
#if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN)
#include "tqpainter.h"
-#include "ntqdrawutil.h"
+#include "tqdrawutil.h"
#include "tqbutton.h"
#include <limits.h>
diff --git a/src/styles/tqcommonstyle.cpp b/src/styles/tqcommonstyle.cpp
index 81a3ace92..6158189d5 100644
--- a/src/styles/tqcommonstyle.cpp
+++ b/src/styles/tqcommonstyle.cpp
@@ -46,7 +46,7 @@
#include "tqmenubar.h"
#include "ntqapplication.h"
#include "tqpainter.h"
-#include "ntqdrawutil.h"
+#include "tqdrawutil.h"
#include "tqpixmap.h"
#include "tqpushbutton.h"
#include "tqtabbar.h"
@@ -56,7 +56,7 @@
#include "tqtoolbutton.h"
#include "tqtoolbar.h"
#include "tqcombobox.h"
-#include "ntqdockarea.h"
+#include "tqdockarea.h"
#include "tqheader.h"
#include "tqspinbox.h"
#include "ntqrangecontrol.h"
diff --git a/src/styles/tqcompactstyle.cpp b/src/styles/tqcompactstyle.cpp
index b4c510229..440c379e4 100644
--- a/src/styles/tqcompactstyle.cpp
+++ b/src/styles/tqcompactstyle.cpp
@@ -45,7 +45,7 @@
#include "tqfontmetrics.h"
#include "tqpalette.h"
#include "tqpainter.h"
-#include "ntqdrawutil.h"
+#include "tqdrawutil.h"
#include "tqmenudata.h"
#include "tqpopupmenu.h"
diff --git a/src/styles/tqinterlacestyle.cpp b/src/styles/tqinterlacestyle.cpp
index c0a84c7ae..8ddd55940 100644
--- a/src/styles/tqinterlacestyle.cpp
+++ b/src/styles/tqinterlacestyle.cpp
@@ -46,7 +46,7 @@
#include "ntqapplication.h"
#include "tqpainter.h"
-#include "ntqdrawutil.h" // for now
+#include "tqdrawutil.h" // for now
#include "tqpalette.h" // for now
#include "tqwidget.h"
#include "tqlabel.h"
diff --git a/src/styles/tqmotifplusstyle.cpp b/src/styles/tqmotifplusstyle.cpp
index d1c40292a..2d65a7c4f 100644
--- a/src/styles/tqmotifplusstyle.cpp
+++ b/src/styles/tqmotifplusstyle.cpp
@@ -54,7 +54,7 @@
#include "tqlineedit.h"
#include "tqspinbox.h"
#include "tqslider.h"
-#include "ntqdrawutil.h"
+#include "tqdrawutil.h"
#include "tqscrollbar.h"
#include "tqtabbar.h"
#include "tqtoolbar.h"
diff --git a/src/styles/tqmotifstyle.cpp b/src/styles/tqmotifstyle.cpp
index 990b339a4..3276bfddb 100644
--- a/src/styles/tqmotifstyle.cpp
+++ b/src/styles/tqmotifstyle.cpp
@@ -45,7 +45,7 @@
#include "tqpopupmenu.h"
#include "ntqapplication.h"
#include "tqpainter.h"
-#include "ntqdrawutil.h"
+#include "tqdrawutil.h"
#include "tqpixmap.h"
#include "tqpalette.h"
#include "tqwidget.h"
@@ -57,8 +57,8 @@
#include "ntqsplitter.h"
#include "tqslider.h"
#include "tqcombobox.h"
-#include "ntqdockwindow.h"
-#include "ntqdockarea.h"
+#include "tqdockwindow.h"
+#include "tqdockarea.h"
#include "tqprogressbar.h"
#include "tqimage.h"
#include <limits.h>
diff --git a/src/styles/tqplatinumstyle.cpp b/src/styles/tqplatinumstyle.cpp
index 28d90cb94..2a2ad20fb 100644
--- a/src/styles/tqplatinumstyle.cpp
+++ b/src/styles/tqplatinumstyle.cpp
@@ -44,7 +44,7 @@
#include "ntqapplication.h"
#include "tqcombobox.h"
-#include "ntqdrawutil.h"
+#include "tqdrawutil.h"
#include "tqpainter.h"
#include "tqpalette.h"
#include "tqpixmap.h"
diff --git a/src/styles/tqsgistyle.cpp b/src/styles/tqsgistyle.cpp
index 43e2f7db2..c02b64d20 100644
--- a/src/styles/tqsgistyle.cpp
+++ b/src/styles/tqsgistyle.cpp
@@ -46,7 +46,7 @@
#include "ntqapplication.h"
#include "tqbutton.h"
#include "tqpainter.h"
-#include "ntqdrawutil.h"
+#include "tqdrawutil.h"
#include "tqpixmap.h"
#include "tqpalette.h"
#include "tqwidget.h"
diff --git a/src/styles/tqwindowsstyle.cpp b/src/styles/tqwindowsstyle.cpp
index 42d07b2b7..284da1617 100644
--- a/src/styles/tqwindowsstyle.cpp
+++ b/src/styles/tqwindowsstyle.cpp
@@ -45,7 +45,7 @@
#include "tqpopupmenu.h"
#include "ntqapplication.h"
#include "tqpainter.h"
-#include "ntqdrawutil.h" // for now
+#include "tqdrawutil.h" // for now
#include "tqpixmap.h" // for now
#include "tqwidget.h"
#include "tqlabel.h"
@@ -62,7 +62,7 @@
#include "tqlistview.h"
#include "tqbitmap.h"
#include "tqcleanuphandler.h"
-#include "ntqdockwindow.h"
+#include "tqdockwindow.h"
#include "tqobjectlist.h"
#include "tqmenubar.h"