diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/styles/qstylefactory.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/styles/qstylefactory.cpp')
-rw-r--r-- | src/styles/qstylefactory.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/styles/qstylefactory.cpp b/src/styles/qstylefactory.cpp index 85e312889..88f25642d 100644 --- a/src/styles/qstylefactory.cpp +++ b/src/styles/qstylefactory.cpp @@ -39,18 +39,18 @@ **********************************************************************/ #include "qstyleinterface_p.h" // up here for GCC 2.7.* compatibility -#include "qstylefactory.h" +#include "ntqstylefactory.h" #ifndef QT_NO_STYLE -#include "qapplication.h" -#include "qwindowsstyle.h" -#include "qmotifstyle.h" -#include "qcdestyle.h" -#include "qmotifplusstyle.h" -#include "qplatinumstyle.h" -#include "qsgistyle.h" -#include "qcompactstyle.h" +#include "ntqapplication.h" +#include "ntqwindowsstyle.h" +#include "ntqmotifstyle.h" +#include "ntqcdestyle.h" +#include "ntqmotifplusstyle.h" +#include "ntqplatinumstyle.h" +#include "ntqsgistyle.h" +#include "ntqcompactstyle.h" #ifndef QT_NO_STYLE_WINDOWSXP #include "qwindowsxpstyle.h" #endif @@ -99,7 +99,7 @@ TQStyleFactoryPrivate::~TQStyleFactoryPrivate() #endif //QT_NO_COMPONENT /*! - \class TQStyleFactory qstylefactory.h + \class TQStyleFactory ntqstylefactory.h \brief The TQStyleFactory class creates TQStyle objects. The style factory creates a TQStyle object for a given key with |