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/qwindowsstyle.cpp | 50 ++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'src/styles/qwindowsstyle.cpp') diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index c7677ca02..92c6de147 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -38,33 +38,33 @@ ** **********************************************************************/ -#include "qwindowsstyle.h" +#include "ntqwindowsstyle.h" #if !defined(QT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN) -#include "qpopupmenu.h" -#include "qapplication.h" -#include "qpainter.h" -#include "qdrawutil.h" // for now -#include "qpixmap.h" // for now -#include "qwidget.h" -#include "qlabel.h" -#include "qimage.h" -#include "qpushbutton.h" -#include "qcombobox.h" -#include "qlistbox.h" -#include "qwidget.h" -#include "qrangecontrol.h" -#include "qscrollbar.h" -#include "qslider.h" -#include "qtabwidget.h" -#include "qtabbar.h" -#include "qlistview.h" -#include "qbitmap.h" -#include "qcleanuphandler.h" -#include "qdockwindow.h" -#include "qobjectlist.h" -#include "qmenubar.h" +#include "ntqpopupmenu.h" +#include "ntqapplication.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" // for now +#include "ntqpixmap.h" // for now +#include "ntqwidget.h" +#include "ntqlabel.h" +#include "ntqimage.h" +#include "ntqpushbutton.h" +#include "ntqcombobox.h" +#include "ntqlistbox.h" +#include "ntqwidget.h" +#include "ntqrangecontrol.h" +#include "ntqscrollbar.h" +#include "ntqslider.h" +#include "ntqtabwidget.h" +#include "ntqtabbar.h" +#include "ntqlistview.h" +#include "ntqbitmap.h" +#include "ntqcleanuphandler.h" +#include "ntqdockwindow.h" +#include "ntqobjectlist.h" +#include "ntqmenubar.h" #if defined(Q_WS_WIN) #include "qt_windows.h" @@ -209,7 +209,7 @@ bool TQWindowsStyle::Private::eventFilter(TQObject *o, TQEvent *e) } /*! - \class TQWindowsStyle qwindowsstyle.h + \class TQWindowsStyle ntqwindowsstyle.h \brief The TQWindowsStyle class provides a Microsoft Windows-like look and feel. \ingroup appearance -- cgit v1.2.1