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/richtext/main.cpp | 2 +- examples/richtext/richtext.cpp | 12 ++++++------ examples/richtext/richtext.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'examples/richtext') diff --git a/examples/richtext/main.cpp b/examples/richtext/main.cpp index 5e7ffff8..d8aa1574 100644 --- a/examples/richtext/main.cpp +++ b/examples/richtext/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "richtext.h" -#include +#include int main( int argc, char **argv ) { diff --git a/examples/richtext/richtext.cpp b/examples/richtext/richtext.cpp index e12aaf0b..ec549a3a 100644 --- a/examples/richtext/richtext.cpp +++ b/examples/richtext/richtext.cpp @@ -9,12 +9,12 @@ #include "richtext.h" -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include static const char* sayings[] = { "Saying 1:
" diff --git a/examples/richtext/richtext.h b/examples/richtext/richtext.h index 4c0baf75..dde6771a 100644 --- a/examples/richtext/richtext.h +++ b/examples/richtext/richtext.h @@ -10,7 +10,7 @@ #ifndef RICHTEXT_H #define RICHTEXT_H -#include +#include class TQTextView; class TQPushButton; -- cgit v1.2.1