diff options
Diffstat (limited to 'sigmodr/tree/ItemModel.cpp')
-rw-r--r-- | sigmodr/tree/ItemModel.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sigmodr/tree/ItemModel.cpp b/sigmodr/tree/ItemModel.cpp index fe1e50ee..fa79c422 100644 --- a/sigmodr/tree/ItemModel.cpp +++ b/sigmodr/tree/ItemModel.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 "ItemModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../ItemUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/ItemUI.h> // Sigmod includes -#include "../../sigmod/Item.h" +#include <sigmod/Item.h> // KDE includes #include <KMenu> |