diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-18 12:40:48 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-18 12:42:19 -0500 |
| commit | d617e34915d3c7d3b436d39bfc6ebcc32f363360 (patch) | |
| tree | 118900c925c0096c5b2c96c457dc65237266e681 /sigcore/test/TestScript.h | |
| parent | 17f7b4abb480364fb5c2dcfacd29e0930fe129bc (diff) | |
| download | sigen-d617e34915d3c7d3b436d39bfc6ebcc32f363360.tar.gz sigen-d617e34915d3c7d3b436d39bfc6ebcc32f363360.tar.xz sigen-d617e34915d3c7d3b436d39bfc6ebcc32f363360.zip | |
Cleaned up sigcore test includes
Diffstat (limited to 'sigcore/test/TestScript.h')
| -rw-r--r-- | sigcore/test/TestScript.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigcore/test/TestScript.h b/sigcore/test/TestScript.h index 1f1a48df..050e5a72 100644 --- a/sigcore/test/TestScript.h +++ b/sigcore/test/TestScript.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +18,8 @@ #ifndef TESTSCRIPT #define TESTSCRIPT -// Sigcore includes -#include "../Script.h" +// Qt includes +#include <QtCore/QObject> // Forward declarations namespace Kross |
