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/tictac/main.cpp | 2 +- examples/tictac/tictac.cpp | 16 ++++++++-------- examples/tictac/tictac.h | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'examples/tictac') diff --git a/examples/tictac/main.cpp b/examples/tictac/main.cpp index 1a18598c9..bfd4035d3 100644 --- a/examples/tictac/main.cpp +++ b/examples/tictac/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include #include "tictac.h" diff --git a/examples/tictac/tictac.cpp b/examples/tictac/tictac.cpp index e3d15eeac..3d0375869 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -8,15 +8,15 @@ *****************************************************************************/ #include "tictac.h" -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include #include // rand() function -#include // seed for rand() +#include // seed for rand() //*************************************************************************** diff --git a/examples/tictac/tictac.h b/examples/tictac/tictac.h index 72de5278d..e2c1917ed 100644 --- a/examples/tictac/tictac.h +++ b/examples/tictac/tictac.h @@ -11,8 +11,8 @@ #define TICTAC_H -#include -#include +#include +#include class TQComboBox; class TQLabel; -- cgit v1.2.1