diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/ntqsgistyle.h | 2 | ||||
-rw-r--r-- | src/styles/qinterlacestyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qmotifstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qsgistyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qwindowsstyle.cpp | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/src/styles/ntqsgistyle.h b/src/styles/ntqsgistyle.h index 29582bf69..df0b5b47b 100644 --- a/src/styles/ntqsgistyle.h +++ b/src/styles/ntqsgistyle.h @@ -44,7 +44,7 @@ #ifndef QT_H #include "ntqmotifstyle.h" #include "ntqguardedptr.h" -#include "ntqwidget.h" +#include "tqwidget.h" #endif // QT_H #if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN) diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp index 8a2134544..b506f1243 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/qinterlacestyle.cpp @@ -48,10 +48,10 @@ #include "ntqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpalette.h" // for now -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqlabel.h" #include "ntqpushbutton.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqrangecontrol.h" #include "ntqscrollbar.h" #include "ntqlistbox.h" diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index a95018f59..36d85aafc 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -48,7 +48,7 @@ #include "ntqdrawutil.h" #include "ntqpixmap.h" #include "ntqpalette.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqpushbutton.h" #include "ntqscrollbar.h" #include "ntqtabbar.h" diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index 3b0db97c2..54b9bfc8c 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -49,7 +49,7 @@ #include "ntqdrawutil.h" #include "ntqpixmap.h" #include "ntqpalette.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqpushbutton.h" #include "ntqscrollbar.h" #include "ntqcombobox.h" diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index 1bf789d22..b8f3a5410 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -47,13 +47,13 @@ #include "ntqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqlabel.h" #include "ntqimage.h" #include "ntqpushbutton.h" #include "ntqcombobox.h" #include "ntqlistbox.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqrangecontrol.h" #include "ntqscrollbar.h" #include "ntqslider.h" |