diff options
Diffstat (limited to 'sigmodr/tree/SigmodrTreeModel.h')
-rw-r--r-- | sigmodr/tree/SigmodrTreeModel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigmodr/tree/SigmodrTreeModel.h b/sigmodr/tree/SigmodrTreeModel.h index 58fa82c5..f5918ee7 100644 --- a/sigmodr/tree/SigmodrTreeModel.h +++ b/sigmodr/tree/SigmodrTreeModel.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 SIGMODR_SIGMODTREEMODELMODEL #define SIGMODR_SIGMODTREEMODELMODEL -// Model includes -#include "models/RootModel.h" +// Sigmodr tree includes +#include "RootModel.h" // Qt includes #include <QtCore/QAbstractItemModel> |