diff options
Diffstat (limited to 'examples/themes')
-rw-r--r-- | examples/themes/metal.cpp | 2 | ||||
-rw-r--r-- | examples/themes/themes.cpp | 2 | ||||
-rw-r--r-- | examples/themes/themes.h | 2 | ||||
-rw-r--r-- | examples/themes/wood.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp index 5f9ead623..edf9fb15c 100644 --- a/examples/themes/metal.cpp +++ b/examples/themes/metal.cpp @@ -13,7 +13,7 @@ #include "ntqapplication.h" #include "ntqcombobox.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "ntqpalette.h" // for now diff --git a/examples/themes/themes.cpp b/examples/themes/themes.cpp index 4825aef4f..31ac8ade8 100644 --- a/examples/themes/themes.cpp +++ b/examples/themes/themes.cpp @@ -24,7 +24,7 @@ #include <tqpopupmenu.h> #include <tqmenubar.h> #include <ntqmessagebox.h> -#include <ntqfont.h> +#include <tqfont.h> #include <tqstylefactory.h> #include <tqaction.h> #include <tqsignalmapper.h> diff --git a/examples/themes/themes.h b/examples/themes/themes.h index c36e404fe..93e21dde3 100644 --- a/examples/themes/themes.h +++ b/examples/themes/themes.h @@ -11,7 +11,7 @@ #define THEMES_H #include <tqmainwindow.h> -#include <ntqfont.h> +#include <tqfont.h> class TQTabWidget; diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp index 39c737cd3..ef3ab893f 100644 --- a/examples/themes/wood.cpp +++ b/examples/themes/wood.cpp @@ -13,7 +13,7 @@ #include "ntqapplication.h" #include "ntqcombobox.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "ntqpalette.h" // for now |