diff options
Diffstat (limited to 'examples/themes/metal.cpp')
-rw-r--r-- | examples/themes/metal.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp index 02b0c02b2..93522f194 100644 --- a/examples/themes/metal.cpp +++ b/examples/themes/metal.cpp @@ -11,20 +11,20 @@ #ifndef QT_NO_STYLE_WINDOWS -#include "qapplication.h" -#include "qcombobox.h" -#include "qpainter.h" -#include "qdrawutil.h" // for now -#include "qpixmap.h" // for now -#include "qpalette.h" // for now -#include "qwidget.h" -#include "qlabel.h" -#include "qimage.h" -#include "qpushbutton.h" -#include "qwidget.h" -#include "qrangecontrol.h" -#include "qscrollbar.h" -#include "qslider.h" +#include "ntqapplication.h" +#include "ntqcombobox.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" // for now +#include "ntqpixmap.h" // for now +#include "ntqpalette.h" // for now +#include "ntqwidget.h" +#include "ntqlabel.h" +#include "ntqimage.h" +#include "ntqpushbutton.h" +#include "ntqwidget.h" +#include "ntqrangecontrol.h" +#include "ntqscrollbar.h" +#include "ntqslider.h" #include <limits.h> |