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/qwindowsstyle.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/styles/qwindowsstyle.cpp')
-rw-r--r-- | src/styles/qwindowsstyle.cpp | 50 |
1 files changed, 25 insertions, 25 deletions
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 |