diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/qcdestyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qcommonstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qcompactstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qinterlacestyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qmotifplusstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qmotifstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qplatinumstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qsgistyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qwindowsstyle.cpp | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/src/styles/qcdestyle.cpp b/src/styles/qcdestyle.cpp index 2f49aa752..b258cb679 100644 --- a/src/styles/qcdestyle.cpp +++ b/src/styles/qcdestyle.cpp @@ -42,7 +42,7 @@ #if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN) -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" #include "ntqbutton.h" #include <limits.h> diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index acdf61761..bf3d03f7f 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -45,7 +45,7 @@ #include "tqmutex.h" #include "tqmenubar.h" #include "ntqapplication.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" #include "ntqpixmap.h" #include "ntqpushbutton.h" diff --git a/src/styles/qcompactstyle.cpp b/src/styles/qcompactstyle.cpp index 4df2fc10f..32dcdb217 100644 --- a/src/styles/qcompactstyle.cpp +++ b/src/styles/qcompactstyle.cpp @@ -42,9 +42,9 @@ #if !defined(TQT_NO_STYLE_COMPACT) || defined(QT_PLUGIN) -#include "ntqfontmetrics.h" +#include "tqfontmetrics.h" #include "ntqpalette.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" #include "tqmenudata.h" #include "tqpopupmenu.h" diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp index b506f1243..cb6aa1124 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/qinterlacestyle.cpp @@ -45,7 +45,7 @@ #if !defined(TQT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN) #include "ntqapplication.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpalette.h" // for now #include "tqwidget.h" diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp index 2d081c22a..08308f1ff 100644 --- a/src/styles/qmotifplusstyle.cpp +++ b/src/styles/qmotifplusstyle.cpp @@ -44,7 +44,7 @@ #include "tqmenubar.h" #include "ntqapplication.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqpalette.h" #include "ntqframe.h" #include "ntqpushbutton.h" diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index b412a2442..05424c3f4 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -44,7 +44,7 @@ #include "tqpopupmenu.h" #include "ntqapplication.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" #include "ntqpixmap.h" #include "ntqpalette.h" diff --git a/src/styles/qplatinumstyle.cpp b/src/styles/qplatinumstyle.cpp index 097198f7b..ebaf85229 100644 --- a/src/styles/qplatinumstyle.cpp +++ b/src/styles/qplatinumstyle.cpp @@ -45,7 +45,7 @@ #include "ntqapplication.h" #include "ntqcombobox.h" #include "ntqdrawutil.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqpalette.h" #include "ntqpixmap.h" #include "ntqpushbutton.h" diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index 914c508b0..2b273eeaf 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -45,7 +45,7 @@ #include "tqpopupmenu.h" #include "ntqapplication.h" #include "ntqbutton.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" #include "ntqpixmap.h" #include "ntqpalette.h" diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index f8af1f282..efc2597d9 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -44,7 +44,7 @@ #include "tqpopupmenu.h" #include "ntqapplication.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "tqwidget.h" |