diff options
Diffstat (limited to 'examples/themes/metal.cpp')
-rw-r--r-- | examples/themes/metal.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp index 02ec1c4ad..557edf7c7 100644 --- a/examples/themes/metal.cpp +++ b/examples/themes/metal.cpp @@ -12,7 +12,7 @@ #ifndef TQT_NO_STYLE_WINDOWS #include "ntqapplication.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "tqpixmap.h" // for now @@ -20,11 +20,11 @@ #include "tqwidget.h" #include "tqlabel.h" #include "tqimage.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqwidget.h" #include "ntqrangecontrol.h" -#include "ntqscrollbar.h" -#include "ntqslider.h" +#include "tqscrollbar.h" +#include "tqslider.h" #include <limits.h> |