From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- examples/opengl/box/glbox.h | 2 +- examples/opengl/box/globjwin.cpp | 16 ++++++++-------- examples/opengl/box/globjwin.h | 2 +- examples/opengl/box/main.cpp | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'examples/opengl/box') diff --git a/examples/opengl/box/glbox.h b/examples/opengl/box/glbox.h index a04a8122a..93b4d7579 100644 --- a/examples/opengl/box/glbox.h +++ b/examples/opengl/box/glbox.h @@ -16,7 +16,7 @@ #ifndef GLBOX_H #define GLBOX_H -#include +#include class GLBox : public TQGLWidget diff --git a/examples/opengl/box/globjwin.cpp b/examples/opengl/box/globjwin.cpp index 4d88f2401..ed40f9ec0 100644 --- a/examples/opengl/box/globjwin.cpp +++ b/examples/opengl/box/globjwin.cpp @@ -7,14 +7,14 @@ ** *****************************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include "globjwin.h" #include "glbox.h" diff --git a/examples/opengl/box/globjwin.h b/examples/opengl/box/globjwin.h index 98dad489e..e6a279f06 100644 --- a/examples/opengl/box/globjwin.h +++ b/examples/opengl/box/globjwin.h @@ -17,7 +17,7 @@ #ifndef GLOBJWIN_H #define GLOBJWIN_H -#include +#include class GLObjectWindow : public TQWidget diff --git a/examples/opengl/box/main.cpp b/examples/opengl/box/main.cpp index 4a3863232..c91fadf52 100644 --- a/examples/opengl/box/main.cpp +++ b/examples/opengl/box/main.cpp @@ -17,8 +17,8 @@ // #include "globjwin.h" -#include -#include +#include +#include /* The main program is here. -- cgit v1.2.1