diff options
Diffstat (limited to 'examples/themes')
-rw-r--r-- | examples/themes/main.cpp | 4 | ||||
-rw-r--r-- | examples/themes/metal.cpp | 28 | ||||
-rw-r--r-- | examples/themes/metal.h | 4 | ||||
-rw-r--r-- | examples/themes/themes.cpp | 20 | ||||
-rw-r--r-- | examples/themes/themes.h | 4 | ||||
-rw-r--r-- | examples/themes/wood.cpp | 28 | ||||
-rw-r--r-- | examples/themes/wood.h | 4 |
7 files changed, 46 insertions, 46 deletions
diff --git a/examples/themes/main.cpp b/examples/themes/main.cpp index bf4c31b7e..a560b5f70 100644 --- a/examples/themes/main.cpp +++ b/examples/themes/main.cpp @@ -7,8 +7,8 @@ ** *****************************************************************************/ -#include <qapplication.h> -#include <qwindowsstyle.h> +#include <ntqapplication.h> +#include <ntqwindowsstyle.h> #include "themes.h" #include "metal.h" 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> diff --git a/examples/themes/metal.h b/examples/themes/metal.h index 95ff6111f..ac6fe84f6 100644 --- a/examples/themes/metal.h +++ b/examples/themes/metal.h @@ -15,11 +15,11 @@ #define METAL_H -#include <qpalette.h> +#include <ntqpalette.h> #ifndef QT_NO_STYLE_WINDOWS -#include <qwindowsstyle.h> +#include <ntqwindowsstyle.h> class MetalStyle : public TQWindowsStyle diff --git a/examples/themes/themes.cpp b/examples/themes/themes.cpp index f448e3421..3cd7e0405 100644 --- a/examples/themes/themes.cpp +++ b/examples/themes/themes.cpp @@ -19,16 +19,16 @@ #include "../rangecontrols/rangecontrols.h" #include "../richtext/richtext.h" -#include <qtabwidget.h> -#include <qapplication.h> -#include <qpopupmenu.h> -#include <qmenubar.h> -#include <qmessagebox.h> -#include <qfont.h> -#include <qstylefactory.h> -#include <qaction.h> -#include <qsignalmapper.h> -#include <qdict.h> +#include <ntqtabwidget.h> +#include <ntqapplication.h> +#include <ntqpopupmenu.h> +#include <ntqmenubar.h> +#include <ntqmessagebox.h> +#include <ntqfont.h> +#include <ntqstylefactory.h> +#include <ntqaction.h> +#include <ntqsignalmapper.h> +#include <ntqdict.h> Themes::Themes( TQWidget *parent, const char *name, WFlags f ) : TQMainWindow( parent, name, f ) diff --git a/examples/themes/themes.h b/examples/themes/themes.h index 7b6f4b544..e3789c6e0 100644 --- a/examples/themes/themes.h +++ b/examples/themes/themes.h @@ -10,8 +10,8 @@ #ifndef THEMES_H #define THEMES_H -#include <qmainwindow.h> -#include <qfont.h> +#include <ntqmainwindow.h> +#include <ntqfont.h> class TQTabWidget; diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp index 3d78eb5a0..8b2830b32 100644 --- a/examples/themes/wood.cpp +++ b/examples/themes/wood.cpp @@ -11,21 +11,21 @@ #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 "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 <limits.h> -#include "qstylefactory.h" +#include "ntqstylefactory.h" /* XPM */ static const char *polish_xpm[] = { diff --git a/examples/themes/wood.h b/examples/themes/wood.h index c05efb10c..dd2d10624 100644 --- a/examples/themes/wood.h +++ b/examples/themes/wood.h @@ -15,11 +15,11 @@ #define WOOD_H -#include <qpalette.h> +#include <ntqpalette.h> #ifndef QT_NO_STYLE_WINDOWS -#include <qwindowsstyle.h> +#include <ntqwindowsstyle.h> class NorwegianWoodStyle : public TQWindowsStyle |