diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/ntqcommonstyle.h | 2 | ||||
-rw-r--r-- | src/styles/qt_styles.pri | 10 | ||||
-rw-r--r-- | src/styles/tqstylefactory.cpp (renamed from src/styles/qstylefactory.cpp) | 6 | ||||
-rw-r--r-- | src/styles/tqstylefactory.h (renamed from src/styles/ntqstylefactory.h) | 0 | ||||
-rw-r--r-- | src/styles/tqstyleinterface_p.h (renamed from src/styles/qstyleinterface_p.h) | 0 | ||||
-rw-r--r-- | src/styles/tqstyleplugin.cpp (renamed from src/styles/qstyleplugin.cpp) | 8 | ||||
-rw-r--r-- | src/styles/tqstyleplugin.h (renamed from src/styles/ntqstyleplugin.h) | 0 |
7 files changed, 13 insertions, 13 deletions
diff --git a/src/styles/ntqcommonstyle.h b/src/styles/ntqcommonstyle.h index 47edfe2cb..705177d71 100644 --- a/src/styles/ntqcommonstyle.h +++ b/src/styles/ntqcommonstyle.h @@ -42,7 +42,7 @@ #define TQCOMMONSTYLE_H #ifndef QT_H -#include "ntqstyle.h" +#include "tqstyle.h" #endif // QT_H #ifndef TQT_NO_STYLE diff --git a/src/styles/qt_styles.pri b/src/styles/qt_styles.pri index 7eb9e5bcf..812690724 100644 --- a/src/styles/qt_styles.pri +++ b/src/styles/qt_styles.pri @@ -2,12 +2,12 @@ styles { STYLES_P = styles - HEADERS +=$$STYLES_H/ntqstylefactory.h \ - $$STYLES_P/qstyleinterface_p.h \ - $$STYLES_H/ntqstyleplugin.h \ + HEADERS +=$$STYLES_H/tqstylefactory.h \ + $$STYLES_P/tqstyleinterface_p.h \ + $$STYLES_H/tqstyleplugin.h \ $$STYLES_H/ntqcommonstyle.h - SOURCES +=$$STYLES_CPP/qstylefactory.cpp \ - $$STYLES_CPP/qstyleplugin.cpp \ + SOURCES +=$$STYLES_CPP/tqstylefactory.cpp \ + $$STYLES_CPP/tqstyleplugin.cpp \ $$STYLES_CPP/qcommonstyle.cpp contains( styles, all ) { diff --git a/src/styles/qstylefactory.cpp b/src/styles/tqstylefactory.cpp index cf494018a..d87794f9a 100644 --- a/src/styles/qstylefactory.cpp +++ b/src/styles/tqstylefactory.cpp @@ -38,8 +38,8 @@ ** **********************************************************************/ -#include "qstyleinterface_p.h" // up here for GCC 2.7.* compatibility -#include "ntqstylefactory.h" +#include "tqstyleinterface_p.h" // up here for GCC 2.7.* compatibility +#include "tqstylefactory.h" #ifndef TQT_NO_STYLE @@ -99,7 +99,7 @@ TQStyleFactoryPrivate::~TQStyleFactoryPrivate() #endif //TQT_NO_COMPONENT /*! - \class TQStyleFactory ntqstylefactory.h + \class TQStyleFactory tqstylefactory.h \brief The TQStyleFactory class creates TQStyle objects. The style factory creates a TQStyle object for a given key with diff --git a/src/styles/ntqstylefactory.h b/src/styles/tqstylefactory.h index bfab3153c..bfab3153c 100644 --- a/src/styles/ntqstylefactory.h +++ b/src/styles/tqstylefactory.h diff --git a/src/styles/qstyleinterface_p.h b/src/styles/tqstyleinterface_p.h index 500dcfef3..500dcfef3 100644 --- a/src/styles/qstyleinterface_p.h +++ b/src/styles/tqstyleinterface_p.h diff --git a/src/styles/qstyleplugin.cpp b/src/styles/tqstyleplugin.cpp index 2650708c1..50e0e684d 100644 --- a/src/styles/qstyleplugin.cpp +++ b/src/styles/tqstyleplugin.cpp @@ -38,17 +38,17 @@ ** **********************************************************************/ -#include "ntqstyleplugin.h" +#include "tqstyleplugin.h" #ifndef TQT_NO_STYLE #ifndef TQT_NO_COMPONENT -#include "qstyleinterface_p.h" +#include "tqstyleinterface_p.h" #include "tqobjectcleanuphandler.h" -#include "ntqstyle.h" +#include "tqstyle.h" /*! - \class TQStylePlugin ntqstyleplugin.h + \class TQStylePlugin tqstyleplugin.h \brief The TQStylePlugin class provides an abstract base for custom TQStyle plugins. \ingroup plugins diff --git a/src/styles/ntqstyleplugin.h b/src/styles/tqstyleplugin.h index 13d83c453..13d83c453 100644 --- a/src/styles/ntqstyleplugin.h +++ b/src/styles/tqstyleplugin.h |