diff options
Diffstat (limited to 'sigmodr/tree/MoveModel.cpp')
-rw-r--r-- | sigmodr/tree/MoveModel.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sigmodr/tree/MoveModel.cpp b/sigmodr/tree/MoveModel.cpp index 656f9ba2..e4a5809b 100644 --- a/sigmodr/tree/MoveModel.cpp +++ b/sigmodr/tree/MoveModel.cpp @@ -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,14 +18,14 @@ // Header include #include "MoveModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../MoveUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MoveUI.h> // Sigmod includes -#include "../../sigmod/Move.h" +#include <sigmod/Move.h> // KDE includes #include <KMenu> |