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 /sigmodr/ScriptWidget.h | |
| parent | 203d99ec2cd59d608f718be2473e8d5ec00c3d6c (diff) | |
| download | sigen-2dbfec1e464fc4e4f55dbf51236312437d241121.tar.gz sigen-2dbfec1e464fc4e4f55dbf51236312437d241121.tar.xz sigen-2dbfec1e464fc4e4f55dbf51236312437d241121.zip | |
Reorder forward declarations
Diffstat (limited to 'sigmodr/ScriptWidget.h')
| -rw-r--r-- | sigmodr/ScriptWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/ScriptWidget.h b/sigmodr/ScriptWidget.h index ae3b1ec2..5d518c0e 100644 --- a/sigmodr/ScriptWidget.h +++ b/sigmodr/ScriptWidget.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 @@ -28,13 +28,13 @@ #include "ui_script.h" // Forward declarations +class KTextEdit; namespace KTextEditor { class Editor; class Document; class View; } -class KTextEdit; namespace Sigmodr { |
