summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/qcommonstyle.cpp8
-rw-r--r--src/styles/qcompactstyle.cpp4
-rw-r--r--src/styles/qmotifplusstyle.cpp4
-rw-r--r--src/styles/qmotifstyle.cpp2
-rw-r--r--src/styles/qsgistyle.cpp6
-rw-r--r--src/styles/qwindowsstyle.cpp4
6 files changed, 14 insertions, 14 deletions
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp
index 9f1610620..f52acc17f 100644
--- a/src/styles/qcommonstyle.cpp
+++ b/src/styles/qcommonstyle.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_STYLE
#include "tqmutex.h"
-#include "ntqmenubar.h"
+#include "tqmenubar.h"
#include "ntqapplication.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h"
@@ -53,8 +53,8 @@
#include "ntqtabwidget.h"
#include "ntqlineedit.h"
#include "ntqscrollbar.h"
-#include "ntqtoolbutton.h"
-#include "ntqtoolbar.h"
+#include "tqtoolbutton.h"
+#include "tqtoolbar.h"
#include "ntqcombobox.h"
#include "ntqdockarea.h"
#include "ntqheader.h"
@@ -72,7 +72,7 @@
#include <limits.h>
#include <ntqpixmap.h>
#include "../widgets/qtitlebar_p.h"
-#include <ntqtoolbox.h>
+#include <tqtoolbox.h>
/*!
\class TQCommonStyle ntqcommonstyle.h
diff --git a/src/styles/qcompactstyle.cpp b/src/styles/qcompactstyle.cpp
index e6fd64e14..4df2fc10f 100644
--- a/src/styles/qcompactstyle.cpp
+++ b/src/styles/qcompactstyle.cpp
@@ -46,8 +46,8 @@
#include "ntqpalette.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h"
-#include "ntqmenudata.h"
-#include "ntqpopupmenu.h"
+#include "tqmenudata.h"
+#include "tqpopupmenu.h"
TQCompactStyle::TQCompactStyle()
: TQWindowsStyle()
diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp
index 84352808b..2d081c22a 100644
--- a/src/styles/qmotifplusstyle.cpp
+++ b/src/styles/qmotifplusstyle.cpp
@@ -42,7 +42,7 @@
#if !defined(TQT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN)
-#include "ntqmenubar.h"
+#include "tqmenubar.h"
#include "ntqapplication.h"
#include "ntqpainter.h"
#include "ntqpalette.h"
@@ -57,7 +57,7 @@
#include "ntqdrawutil.h"
#include "ntqscrollbar.h"
#include "ntqtabbar.h"
-#include "ntqtoolbar.h"
+#include "tqtoolbar.h"
#include "ntqguardedptr.h"
#include "ntqlayout.h"
diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp
index a611426e2..b412a2442 100644
--- a/src/styles/qmotifstyle.cpp
+++ b/src/styles/qmotifstyle.cpp
@@ -42,7 +42,7 @@
#if !defined(TQT_NO_STYLE_MOTIF) || defined(QT_PLUGIN)
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqapplication.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h"
diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp
index 8fd36f70e..914c508b0 100644
--- a/src/styles/qsgistyle.cpp
+++ b/src/styles/qsgistyle.cpp
@@ -42,7 +42,7 @@
#if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN)
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqapplication.h"
#include "ntqbutton.h"
#include "ntqpainter.h"
@@ -55,9 +55,9 @@
#include "ntqcombobox.h"
#include "ntqslider.h"
#include "tqtextedit.h"
-#include "ntqtoolbar.h"
+#include "tqtoolbar.h"
#include "ntqlineedit.h"
-#include "ntqmenubar.h"
+#include "tqmenubar.h"
#include <limits.h>
#ifndef TQT_NO_SLIDER
diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp
index b979e9a0b..e19903c08 100644
--- a/src/styles/qwindowsstyle.cpp
+++ b/src/styles/qwindowsstyle.cpp
@@ -42,7 +42,7 @@
#if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN)
-#include "ntqpopupmenu.h"
+#include "tqpopupmenu.h"
#include "ntqapplication.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h" // for now
@@ -64,7 +64,7 @@
#include "ntqcleanuphandler.h"
#include "ntqdockwindow.h"
#include "tqobjectlist.h"
-#include "ntqmenubar.h"
+#include "tqmenubar.h"
#include <limits.h>