diff options
Diffstat (limited to 'tools/designer/examples')
-rw-r--r-- | tools/designer/examples/credit/creditformbase.cpp | 2 | ||||
-rw-r--r-- | tools/designer/examples/opengl/glwidget.h | 2 | ||||
-rw-r--r-- | tools/designer/examples/opengl/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/examples/credit/creditformbase.cpp b/tools/designer/examples/credit/creditformbase.cpp index db3d7e5c6..788ccf6a4 100644 --- a/tools/designer/examples/credit/creditformbase.cpp +++ b/tools/designer/examples/credit/creditformbase.cpp @@ -20,7 +20,7 @@ #include <ntqwhatsthis.h> #include "creditformbase.ui.h" #include <tqimage.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> static TQPixmap uic_load_pixmap_CreditFormBase( const TQString &name ) { diff --git a/tools/designer/examples/opengl/glwidget.h b/tools/designer/examples/opengl/glwidget.h index 565efb4a5..bd5d5b320 100644 --- a/tools/designer/examples/opengl/glwidget.h +++ b/tools/designer/examples/opengl/glwidget.h @@ -35,7 +35,7 @@ #ifndef GLWIDGET_H #define GLWIDGET_H -#include <ntqgl.h> +#include <tqgl.h> class GLWidget : public TQGLWidget { diff --git a/tools/designer/examples/opengl/main.cpp b/tools/designer/examples/opengl/main.cpp index c30e36307..3882cab86 100644 --- a/tools/designer/examples/opengl/main.cpp +++ b/tools/designer/examples/opengl/main.cpp @@ -35,7 +35,7 @@ #include <widgetinterface.h> #include <tqobjectcleanuphandler.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include "glwidget.h" |