diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/qt_styles.pri | 6 | ||||
| -rw-r--r-- | src/styles/tqcommonstyle.cpp | 4 | ||||
| -rw-r--r-- | src/styles/tqinterlacestyle.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqstylefactory.cpp | 2 | ||||
| -rw-r--r-- | src/styles/tqwindowsstyle.cpp | 2 | 
5 files changed, 8 insertions, 8 deletions
| diff --git a/src/styles/qt_styles.pri b/src/styles/qt_styles.pri index b0daa8513..eedd54754 100644 --- a/src/styles/qt_styles.pri +++ b/src/styles/qt_styles.pri @@ -16,9 +16,9 @@ styles {  	x11|embedded|!macx-*:styles -= mac  	contains( styles, mac ) { -		HEADERS +=$$STYLES_H/qmacstyle_mac.h \ -                          $$STYLES_H/qmacstylepixmaps_mac_p.h -		SOURCES +=$$STYLES_CPP/qmacstyle_mac.cpp +		HEADERS +=$$STYLES_H/tqmacstyle_mac.h \ +                          $$STYLES_H/tqmacstylepixmaps_mac_p.h +		SOURCES +=$$STYLES_CPP/tqmacstyle_mac.cpp  		HEADERS *= $$STYLES_CPP/qaquastyle_p.h   		SOURCES *= $$STYLES_CPP/qaquastyle_p.cpp  diff --git a/src/styles/tqcommonstyle.cpp b/src/styles/tqcommonstyle.cpp index 6158189d5..287bc5e8b 100644 --- a/src/styles/tqcommonstyle.cpp +++ b/src/styles/tqcommonstyle.cpp @@ -59,7 +59,7 @@  #include "tqdockarea.h"  #include "tqheader.h"  #include "tqspinbox.h" -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h"  #include "tqgroupbox.h"  #include "tqslider.h"  #include "tqlistview.h" @@ -170,7 +170,7 @@ static void tqt_style_control_element_data_null_cleanup() {      TQStyleControlElementData_null =0;  } -#include <ntqmetaobject.h> +#include <tqmetaobject.h>  // Keep in sync with duplicate definition in tqobject.cpp  class TQStyleControlElementDataPrivate { diff --git a/src/styles/tqinterlacestyle.cpp b/src/styles/tqinterlacestyle.cpp index 8ddd55940..3c86f0638 100644 --- a/src/styles/tqinterlacestyle.cpp +++ b/src/styles/tqinterlacestyle.cpp @@ -52,7 +52,7 @@  #include "tqlabel.h"  #include "tqpushbutton.h"  #include "tqwidget.h" -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h"  #include "tqscrollbar.h"  #include "tqlistbox.h" diff --git a/src/styles/tqstylefactory.cpp b/src/styles/tqstylefactory.cpp index 7a5706c64..29a3ad5ec 100644 --- a/src/styles/tqstylefactory.cpp +++ b/src/styles/tqstylefactory.cpp @@ -64,7 +64,7 @@  #if !defined( TQT_NO_STYLE_MAC ) && defined( TQ_WS_MAC )  TQString p2qstring(const unsigned char *c); //tqglobal.cpp  #include "qt_mac.h" -#include "qmacstyle_mac.h" +#include "tqmacstyle_mac.h"  #endif  #include <stdlib.h> diff --git a/src/styles/tqwindowsstyle.cpp b/src/styles/tqwindowsstyle.cpp index 284da1617..03fc62dd5 100644 --- a/src/styles/tqwindowsstyle.cpp +++ b/src/styles/tqwindowsstyle.cpp @@ -54,7 +54,7 @@  #include "tqcombobox.h"  #include "tqlistbox.h"  #include "tqwidget.h" -#include "ntqrangecontrol.h" +#include "tqrangecontrol.h"  #include "tqscrollbar.h"  #include "tqslider.h"  #include "tqtabwidget.h" | 
