diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/styles/qinterlacestyle.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/styles/qinterlacestyle.cpp')
-rw-r--r-- | src/styles/qinterlacestyle.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp index 871554716..cf1efe43c 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/qinterlacestyle.cpp @@ -40,26 +40,26 @@ #if 0 // ###### not ported to new API yet -#include "qinterlacestyle.h" +#include "ntqinterlacestyle.h" #if !defined(QT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN) -#include "qapplication.h" -#include "qpainter.h" -#include "qdrawutil.h" // for now -#include "qpalette.h" // for now -#include "qwidget.h" -#include "qlabel.h" -#include "qpushbutton.h" -#include "qwidget.h" -#include "qrangecontrol.h" -#include "qscrollbar.h" -#include "qlistbox.h" +#include "ntqapplication.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" // for now +#include "ntqpalette.h" // for now +#include "ntqwidget.h" +#include "ntqlabel.h" +#include "ntqpushbutton.h" +#include "ntqwidget.h" +#include "ntqrangecontrol.h" +#include "ntqscrollbar.h" +#include "ntqlistbox.h" #include <limits.h> /*! - \class TQInterlaceStyle qinterlacestyle.h + \class TQInterlaceStyle ntqinterlacestyle.h \brief The TQInterlaceStyle class provides a Look and Feel suitable for interlaced displays. \ingroup appearance |