diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-12 16:03:50 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-12 16:03:50 -0500 |
| commit | 2dbfec1e464fc4e4f55dbf51236312437d241121 (patch) | |
| tree | 5ff5f635117979773fcb5a02c92e5e7e525e8324 /sigencore/RunScript.h | |
| parent | 203d99ec2cd59d608f718be2473e8d5ec00c3d6c (diff) | |
Reorder forward declarations
Diffstat (limited to 'sigencore/RunScript.h')
| -rw-r--r-- | sigencore/RunScript.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sigencore/RunScript.h b/sigencore/RunScript.h index 445601b7..386702fb 100644 --- a/sigencore/RunScript.h +++ b/sigencore/RunScript.h @@ -25,6 +25,13 @@ #include <QtCore/QMap> // Forward declarations +class QObject; +class QString; +namespace Kross +{ +class Action; +class ActionCollection; +} namespace Sigcore { class Script; @@ -33,13 +40,6 @@ namespace Sigscript { class SigmodWrapper; } -namespace Kross -{ -class Action; -class ActionCollection; -} -class QObject; -class QString; namespace Sigencore { |
