diff options
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 { |
