diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/qcdestyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qcommonstyle.cpp | 12 | ||||
-rw-r--r-- | src/styles/qinterlacestyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qmotifplusstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qmotifstyle.cpp | 8 | ||||
-rw-r--r-- | src/styles/qsgistyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qwindowsstyle.cpp | 8 |
7 files changed, 19 insertions, 19 deletions
diff --git a/src/styles/qcdestyle.cpp b/src/styles/qcdestyle.cpp index b258cb679..27388d3f6 100644 --- a/src/styles/qcdestyle.cpp +++ b/src/styles/qcdestyle.cpp @@ -44,7 +44,7 @@ #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqbutton.h" +#include "tqbutton.h" #include <limits.h> /*! diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index 7b6e475f3..6e0d1231e 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -49,25 +49,25 @@ #include "ntqdrawutil.h" #include "tqpixmap.h" #include "tqpushbutton.h" -#include "ntqtabbar.h" -#include "ntqtabwidget.h" +#include "tqtabbar.h" +#include "tqtabwidget.h" #include "tqlineedit.h" #include "tqscrollbar.h" #include "tqtoolbutton.h" #include "tqtoolbar.h" #include "tqcombobox.h" #include "ntqdockarea.h" -#include "ntqheader.h" +#include "tqheader.h" #include "tqspinbox.h" #include "ntqrangecontrol.h" #include "ntqgroupbox.h" #include "tqslider.h" -#include "ntqlistview.h" +#include "tqlistview.h" #include "tqcheckbox.h" #include "tqradiobutton.h" #include "tqbitmap.h" -#include "ntqprogressbar.h" -#include "ntqlistbox.h" +#include "tqprogressbar.h" +#include "tqlistbox.h" #include "private/tqdialogbuttons_p.h" #include <limits.h> #include <tqpixmap.h> diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp index 7f4838c80..11bc57366 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/qinterlacestyle.cpp @@ -54,7 +54,7 @@ #include "tqwidget.h" #include "ntqrangecontrol.h" #include "tqscrollbar.h" -#include "ntqlistbox.h" +#include "tqlistbox.h" #include <limits.h> diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp index d37419b2e..a78df1928 100644 --- a/src/styles/qmotifplusstyle.cpp +++ b/src/styles/qmotifplusstyle.cpp @@ -46,7 +46,7 @@ #include "ntqapplication.h" #include "tqpainter.h" #include "tqpalette.h" -#include "ntqframe.h" +#include "tqframe.h" #include "tqpushbutton.h" #include "tqcheckbox.h" #include "tqradiobutton.h" @@ -56,7 +56,7 @@ #include "tqslider.h" #include "ntqdrawutil.h" #include "tqscrollbar.h" -#include "ntqtabbar.h" +#include "tqtabbar.h" #include "tqtoolbar.h" #include "ntqguardedptr.h" #include "ntqlayout.h" diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index 55ff6666a..5447295e6 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -51,15 +51,15 @@ #include "tqwidget.h" #include "tqpushbutton.h" #include "tqscrollbar.h" -#include "ntqtabbar.h" -#include "ntqtabwidget.h" -#include "ntqlistview.h" +#include "tqtabbar.h" +#include "tqtabwidget.h" +#include "tqlistview.h" #include "ntqsplitter.h" #include "tqslider.h" #include "tqcombobox.h" #include "ntqdockwindow.h" #include "ntqdockarea.h" -#include "ntqprogressbar.h" +#include "tqprogressbar.h" #include "tqimage.h" #include <limits.h> diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index a69ef63b6..ba510e9cb 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -44,7 +44,7 @@ #include "tqpopupmenu.h" #include "ntqapplication.h" -#include "ntqbutton.h" +#include "tqbutton.h" #include "tqpainter.h" #include "ntqdrawutil.h" #include "tqpixmap.h" diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index 23754f786..1c87c1e9b 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -52,14 +52,14 @@ #include "tqimage.h" #include "tqpushbutton.h" #include "tqcombobox.h" -#include "ntqlistbox.h" +#include "tqlistbox.h" #include "tqwidget.h" #include "ntqrangecontrol.h" #include "tqscrollbar.h" #include "tqslider.h" -#include "ntqtabwidget.h" -#include "ntqtabbar.h" -#include "ntqlistview.h" +#include "tqtabwidget.h" +#include "tqtabbar.h" +#include "tqlistview.h" #include "tqbitmap.h" #include "ntqcleanuphandler.h" #include "ntqdockwindow.h" |