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/hello/hello.cpp | 8 ++++---- examples/hello/hello.h | 2 +- examples/hello/main.cpp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/hello') diff --git a/examples/hello/hello.cpp b/examples/hello/hello.cpp index 55f8356e0..a1782cf05 100644 --- a/examples/hello/hello.cpp +++ b/examples/hello/hello.cpp @@ -8,10 +8,10 @@ *****************************************************************************/ #include "hello.h" -#include -#include -#include -#include +#include +#include +#include +#include /* diff --git a/examples/hello/hello.h b/examples/hello/hello.h index c519a3351..50929944d 100644 --- a/examples/hello/hello.h +++ b/examples/hello/hello.h @@ -10,7 +10,7 @@ #ifndef HELLO_H #define HELLO_H -#include +#include class Hello : public TQWidget diff --git a/examples/hello/main.cpp b/examples/hello/main.cpp index d8e401b3b..12ea3cf34 100644 --- a/examples/hello/main.cpp +++ b/examples/hello/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "hello.h" -#include +#include /* -- cgit v1.2.1