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/sharedbox/glbox.h | 2 +- examples/opengl/sharedbox/globjwin.cpp | 16 ++++++++-------- examples/opengl/sharedbox/globjwin.h | 2 +- examples/opengl/sharedbox/main.cpp | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'examples/opengl/sharedbox') diff --git a/examples/opengl/sharedbox/glbox.h b/examples/opengl/sharedbox/glbox.h index 089513d33..548457ce3 100644 --- a/examples/opengl/sharedbox/glbox.h +++ b/examples/opengl/sharedbox/glbox.h @@ -16,7 +16,7 @@ #ifndef GLBOX_H #define GLBOX_H -#include +#include class GLBox : public TQGLWidget diff --git a/examples/opengl/sharedbox/globjwin.cpp b/examples/opengl/sharedbox/globjwin.cpp index 0b0a60491..a50573bb8 100644 --- a/examples/opengl/sharedbox/globjwin.cpp +++ b/examples/opengl/sharedbox/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/sharedbox/globjwin.h b/examples/opengl/sharedbox/globjwin.h index c42f2ea72..5832ee685 100644 --- a/examples/opengl/sharedbox/globjwin.h +++ b/examples/opengl/sharedbox/globjwin.h @@ -17,7 +17,7 @@ #ifndef GLOBJWIN_H #define GLOBJWIN_H -#include +#include class GLBox; class GLObjectWindow : public TQWidget diff --git a/examples/opengl/sharedbox/main.cpp b/examples/opengl/sharedbox/main.cpp index 13e474007..b8f735582 100644 --- a/examples/opengl/sharedbox/main.cpp +++ b/examples/opengl/sharedbox/main.cpp @@ -17,8 +17,8 @@ // #include "globjwin.h" -#include -#include +#include +#include /* The main program is here. -- cgit v1.2.1