diff options
Diffstat (limited to 'sigmodr/tree/CoinListItemModel.cpp')
-rw-r--r-- | sigmodr/tree/CoinListItemModel.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sigmodr/tree/CoinListItemModel.cpp b/sigmodr/tree/CoinListItemModel.cpp index f46e8ee5..bca663bd 100644 --- a/sigmodr/tree/CoinListItemModel.cpp +++ b/sigmodr/tree/CoinListItemModel.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,18 +18,18 @@ // Header include #include "CoinListItemModel.h" -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" -// Sigmodr includes -#include "../CoinListItemUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/CoinListItemUI.h> // Sigmod includes -#include "../../sigmod/CoinList.h" -#include "../../sigmod/CoinListItem.h" -#include "../../sigmod/Item.h" -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Species.h" +#include <sigmod/CoinList.h> +#include <sigmod/CoinListItem.h> +#include <sigmod/Item.h> +#include <sigmod/Sigmod.h> +#include <sigmod/Species.h> // KDE includes #include <KMenu> |