diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/tqcommonstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/tqstylefactory.cpp | 2 | ||||
-rw-r--r-- | src/styles/tqstyleinterface_p.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/tqcommonstyle.cpp b/src/styles/tqcommonstyle.cpp index 287bc5e8b..02b878c38 100644 --- a/src/styles/tqcommonstyle.cpp +++ b/src/styles/tqcommonstyle.cpp @@ -71,7 +71,7 @@ #include "private/tqdialogbuttons_p.h" #include <limits.h> #include <tqpixmap.h> -#include "../widgets/qtitlebar_p.h" +#include "../widgets/tqtitlebar_p.h" #include <tqtoolbox.h> /*! diff --git a/src/styles/tqstylefactory.cpp b/src/styles/tqstylefactory.cpp index 29a3ad5ec..d66fbe72d 100644 --- a/src/styles/tqstylefactory.cpp +++ b/src/styles/tqstylefactory.cpp @@ -68,7 +68,7 @@ TQString p2qstring(const unsigned char *c); //tqglobal.cpp #endif #include <stdlib.h> -#include <private/qpluginmanager_p.h> +#include <private/tqpluginmanager_p.h> #ifndef TQT_NO_COMPONENT class TQStyleFactoryPrivate : public TQObject { diff --git a/src/styles/tqstyleinterface_p.h b/src/styles/tqstyleinterface_p.h index 500dcfef3..5c8bd42db 100644 --- a/src/styles/tqstyleinterface_p.h +++ b/src/styles/tqstyleinterface_p.h @@ -52,7 +52,7 @@ // #ifndef QT_H -#include <private/qcom_p.h> +#include <private/tqcom_p.h> #endif // QT_H #ifndef TQT_NO_STYLE |