From 2dbfec1e464fc4e4f55dbf51236312437d241121 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 12 Feb 2009 16:03:50 -0500 Subject: Reorder forward declarations --- sigmodr/ScriptWidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigmodr/ScriptWidget.h') 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 + * Copyright 2008-2009 Ben Boeckel * * 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 { -- cgit