From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/styles/qstylefactory.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/styles/qstylefactory.cpp') 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 -- cgit v1.2.1