diff options
130 files changed, 445 insertions, 445 deletions
diff --git a/sigmodr/tree/AbilityGroupModel.cpp b/sigmodr/tree/AbilityGroupModel.cpp index 742f4f7f..81ba33a0 100644 --- a/sigmodr/tree/AbilityGroupModel.cpp +++ b/sigmodr/tree/AbilityGroupModel.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,12 +18,12 @@ // Header include #include "AbilityGroupModel.h" -// Model includes +// Sigmodr tree includes #include "AbilityModel.h" // Sigmod includes -#include "../../sigmod/Ability.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Ability.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/AbilityGroupModel.h b/sigmodr/tree/AbilityGroupModel.h index 73bbd6df..70815bcd 100644 --- a/sigmodr/tree/AbilityGroupModel.h +++ b/sigmodr/tree/AbilityGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_ABILITYGROUPMODEL #define SIGMODR_ABILITYGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/AbilityModel.cpp b/sigmodr/tree/AbilityModel.cpp index c2de4ed4..3e098a0a 100644 --- a/sigmodr/tree/AbilityModel.cpp +++ b/sigmodr/tree/AbilityModel.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 "AbilityModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../AbilityUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/AbilityUI.h> // Sigmod includes -#include "../../sigmod/Ability.h" +#include <sigmod/Ability.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/AbilityModel.h b/sigmodr/tree/AbilityModel.h index ef65c581..36fb4896 100644 --- a/sigmodr/tree/AbilityModel.h +++ b/sigmodr/tree/AbilityModel.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,7 +18,7 @@ #ifndef SIGMODR_ABILITYMODEL #define SIGMODR_ABILITYMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/AuthorGroupModel.cpp b/sigmodr/tree/AuthorGroupModel.cpp index da668e36..8a4667f9 100644 --- a/sigmodr/tree/AuthorGroupModel.cpp +++ b/sigmodr/tree/AuthorGroupModel.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,12 +18,12 @@ // Header include #include "AuthorGroupModel.h" -// Model includes +// Sigmodr tree includes #include "AuthorModel.h" // Sigmod includes -#include "../../sigmod/Author.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Author.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/AuthorGroupModel.h b/sigmodr/tree/AuthorGroupModel.h index c1cd5777..6f75b703 100644 --- a/sigmodr/tree/AuthorGroupModel.h +++ b/sigmodr/tree/AuthorGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_AUTHORGROUPMODEL #define SIGMODR_AUTHORGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/AuthorModel.cpp b/sigmodr/tree/AuthorModel.cpp index ef910e37..bea92c6c 100644 --- a/sigmodr/tree/AuthorModel.cpp +++ b/sigmodr/tree/AuthorModel.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 "AuthorModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../AuthorUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/AuthorUI.h> // Sigmod includes -#include "../../sigmod/Author.h" +#include <sigmod/Author.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/AuthorModel.h b/sigmodr/tree/AuthorModel.h index bf8cf4af..10e5ec67 100644 --- a/sigmodr/tree/AuthorModel.h +++ b/sigmodr/tree/AuthorModel.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,7 +18,7 @@ #ifndef SIGMODR_AUTHORMODEL #define SIGMODR_AUTHORMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/BadgeGroupModel.cpp b/sigmodr/tree/BadgeGroupModel.cpp index 40d4366c..c38eaff1 100644 --- a/sigmodr/tree/BadgeGroupModel.cpp +++ b/sigmodr/tree/BadgeGroupModel.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,12 +18,12 @@ // Header include #include "BadgeGroupModel.h" -// Model includes +// Sigmodr tree includes #include "BadgeModel.h" // Sigmod includes -#include "../../sigmod/Badge.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Badge.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/BadgeGroupModel.h b/sigmodr/tree/BadgeGroupModel.h index 1763260f..281930f7 100644 --- a/sigmodr/tree/BadgeGroupModel.h +++ b/sigmodr/tree/BadgeGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_BADGEGROUPMODEL #define SIGMODR_BADGEGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/BadgeModel.cpp b/sigmodr/tree/BadgeModel.cpp index 632d9e71..7b57f488 100644 --- a/sigmodr/tree/BadgeModel.cpp +++ b/sigmodr/tree/BadgeModel.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 "BadgeModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../BadgeUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/BadgeUI.h> // Sigmod includes -#include "../../sigmod/Badge.h" +#include <sigmod/Badge.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/BadgeModel.h b/sigmodr/tree/BadgeModel.h index fff5da79..88a73a87 100644 --- a/sigmodr/tree/BadgeModel.h +++ b/sigmodr/tree/BadgeModel.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,7 +18,7 @@ #ifndef SIGMODR_BADGEMODEL #define SIGMODR_BADGEMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/BaseModel.cpp b/sigmodr/tree/BaseModel.cpp index 643e62d3..0e20b2e7 100644 --- a/sigmodr/tree/BaseModel.cpp +++ b/sigmodr/tree/BaseModel.cpp @@ -19,7 +19,7 @@ #include "BaseModel.h" // Sigmod includes -#include "../../sigmod/Object.h" +#include <sigmod/Object.h> // KDE includes #include <KApplication> diff --git a/sigmodr/tree/BaseObjectModel.cpp b/sigmodr/tree/BaseObjectModel.cpp index f0dbed3a..3674c70f 100644 --- a/sigmodr/tree/BaseObjectModel.cpp +++ b/sigmodr/tree/BaseObjectModel.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 @@ -19,7 +19,7 @@ #include "BaseObjectModel.h" // Sigmod includes -#include "../../sigmod/Object.h" +#include <sigmod/Object.h> Sigmodr::BaseObjectModel::BaseObjectModel(BaseModel* parent, Sigmod::Object* object) : BaseModel(parent, object, "") diff --git a/sigmodr/tree/BaseObjectModel.h b/sigmodr/tree/BaseObjectModel.h index 64e224d7..f16b8cf0 100644 --- a/sigmodr/tree/BaseObjectModel.h +++ b/sigmodr/tree/BaseObjectModel.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,7 +18,7 @@ #ifndef SIGMODR_BASEOBJECTMODEL #define SIGMODR_BASEOBJECTMODEL -// Model includes +// Sigmodr tree includes #include "BaseModel.h" namespace Sigmodr diff --git a/sigmodr/tree/CoinListGroupModel.cpp b/sigmodr/tree/CoinListGroupModel.cpp index 725d49ca..551b4a3e 100644 --- a/sigmodr/tree/CoinListGroupModel.cpp +++ b/sigmodr/tree/CoinListGroupModel.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,12 +18,12 @@ // Header include #include "CoinListGroupModel.h" -// Model includes +// Sigmodr tree includes #include "CoinListModel.h" // Sigmod includes -#include "../../sigmod/CoinList.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/CoinList.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/CoinListGroupModel.h b/sigmodr/tree/CoinListGroupModel.h index 5405c498..6b4dbc59 100644 --- a/sigmodr/tree/CoinListGroupModel.h +++ b/sigmodr/tree/CoinListGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_COINLISTGROUPMODEL #define SIGMODR_COINLISTGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations 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> diff --git a/sigmodr/tree/CoinListItemModel.h b/sigmodr/tree/CoinListItemModel.h index fd6d8b85..622993ec 100644 --- a/sigmodr/tree/CoinListItemModel.h +++ b/sigmodr/tree/CoinListItemModel.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,7 +18,7 @@ #ifndef SIGMODR_COINLISTITEMMODEL #define SIGMODR_COINLISTITEMMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/CoinListModel.cpp b/sigmodr/tree/CoinListModel.cpp index 5b3e4055..161bac1d 100644 --- a/sigmodr/tree/CoinListModel.cpp +++ b/sigmodr/tree/CoinListModel.cpp @@ -18,16 +18,16 @@ // Header include #include "CoinListModel.h" -// Model includes +// Sigmodr tree includes #include "CoinListItemModel.h" #include "GroupModel.h" -// Sigmodr includes -#include "../CoinListUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/CoinListUI.h> // Sigmod includes -#include "../../sigmod/CoinList.h" -#include "../../sigmod/CoinListItem.h" +#include <sigmod/CoinList.h> +#include <sigmod/CoinListItem.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/CoinListModel.h b/sigmodr/tree/CoinListModel.h index 540edc67..610670a3 100644 --- a/sigmodr/tree/CoinListModel.h +++ b/sigmodr/tree/CoinListModel.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,7 +18,7 @@ #ifndef SIGMODR_COINLISTMODEL #define SIGMODR_COINLISTMODEL -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/EggGroupGroupModel.cpp b/sigmodr/tree/EggGroupGroupModel.cpp index e021f3df..50631584 100644 --- a/sigmodr/tree/EggGroupGroupModel.cpp +++ b/sigmodr/tree/EggGroupGroupModel.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,12 +18,12 @@ // Header include #include "EggGroupGroupModel.h" -// Model includes +// Sigmodr tree includes #include "EggGroupModel.h" // Sigmod includes -#include "../../sigmod/EggGroup.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/EggGroup.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/EggGroupGroupModel.h b/sigmodr/tree/EggGroupGroupModel.h index a7dce181..ceabb743 100644 --- a/sigmodr/tree/EggGroupGroupModel.h +++ b/sigmodr/tree/EggGroupGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_EGGGROUPGROUPMODEL #define SIGMODR_EGGGROUPGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/EggGroupModel.cpp b/sigmodr/tree/EggGroupModel.cpp index 9c2b443b..15410855 100644 --- a/sigmodr/tree/EggGroupModel.cpp +++ b/sigmodr/tree/EggGroupModel.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 "EggGroupModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../EggGroupUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/EggGroupUI.h> // Sigmod includes -#include "../../sigmod/EggGroup.h" +#include <sigmod/EggGroup.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/EggGroupModel.h b/sigmodr/tree/EggGroupModel.h index 1295fbd9..0a8e00bb 100644 --- a/sigmodr/tree/EggGroupModel.h +++ b/sigmodr/tree/EggGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_EGGGROUPMODEL #define SIGMODR_EGGGROUPMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/GlobalScriptGroupModel.cpp b/sigmodr/tree/GlobalScriptGroupModel.cpp index e9651378..b640b7cb 100644 --- a/sigmodr/tree/GlobalScriptGroupModel.cpp +++ b/sigmodr/tree/GlobalScriptGroupModel.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,12 +18,12 @@ // Header include #include "GlobalScriptGroupModel.h" -// Model includes +// Sigmodr tree includes #include "GlobalScriptModel.h" // Sigmod includes -#include "../../sigmod/GlobalScript.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/GlobalScript.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/GlobalScriptGroupModel.h b/sigmodr/tree/GlobalScriptGroupModel.h index 1d79b0ee..63aaa3c8 100644 --- a/sigmodr/tree/GlobalScriptGroupModel.h +++ b/sigmodr/tree/GlobalScriptGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_GLOBALSCRIPTGROUPMODEL #define SIGMODR_GLOBALSCRIPTGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/GlobalScriptModel.cpp b/sigmodr/tree/GlobalScriptModel.cpp index 9d24f215..5509ce8f 100644 --- a/sigmodr/tree/GlobalScriptModel.cpp +++ b/sigmodr/tree/GlobalScriptModel.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 "GlobalScriptModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../GlobalScriptUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/GlobalScriptUI.h> // Sigmod includes -#include "../../sigmod/GlobalScript.h" +#include <sigmod/GlobalScript.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/GlobalScriptModel.h b/sigmodr/tree/GlobalScriptModel.h index 56436306..5a91de91 100644 --- a/sigmodr/tree/GlobalScriptModel.h +++ b/sigmodr/tree/GlobalScriptModel.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,7 +18,7 @@ #ifndef SIGMODR_GLOBALSCRIPTMODEL #define SIGMODR_GLOBALSCRIPTMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/GroupModel.cpp b/sigmodr/tree/GroupModel.cpp index a03d5e49..5921f136 100644 --- a/sigmodr/tree/GroupModel.cpp +++ b/sigmodr/tree/GroupModel.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,7 +18,7 @@ // Header include #include "GroupModel.h" -// Model includes +// Sigmodr tree includes #include "BaseObjectModel.h" Sigmodr::GroupModel::GroupModel(BaseModel* parent, Sigmod::Object* object, const QString& name) : diff --git a/sigmodr/tree/GroupModel.h b/sigmodr/tree/GroupModel.h index c691566a..7c07eab0 100644 --- a/sigmodr/tree/GroupModel.h +++ b/sigmodr/tree/GroupModel.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,7 +18,7 @@ #ifndef SIGMODR_GROUPMODEL #define SIGMODR_GROUPMODEL -// Model includes +// Sigmodr tree includes #include "BaseModel.h" #include "Grouping.h" diff --git a/sigmodr/tree/GroupObjectModel.h b/sigmodr/tree/GroupObjectModel.h index 3961d11d..2dd1e666 100644 --- a/sigmodr/tree/GroupObjectModel.h +++ b/sigmodr/tree/GroupObjectModel.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,7 +18,7 @@ #ifndef SIGMODR_GROUPOBJECTMODEL #define SIGMODR_GROUPOBJECTMODEL -// Model includes +// Sigmodr tree includes #include "BaseObjectModel.h" #include "Grouping.h" diff --git a/sigmodr/tree/Grouping.cpp b/sigmodr/tree/Grouping.cpp index c9320a87..845b8790 100644 --- a/sigmodr/tree/Grouping.cpp +++ b/sigmodr/tree/Grouping.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,7 +18,7 @@ // Header include #include "Grouping.h" -// Model includes +// Sigmodr tree includes #include "BaseModel.h" Sigmodr::Grouping::Grouping() diff --git a/sigmodr/tree/ItemGroupModel.cpp b/sigmodr/tree/ItemGroupModel.cpp index a8b0934f..b747bf63 100644 --- a/sigmodr/tree/ItemGroupModel.cpp +++ b/sigmodr/tree/ItemGroupModel.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,12 +18,12 @@ // Header include #include "ItemGroupModel.h" -// Model includes +// Sigmodr tree includes #include "ItemModel.h" // Sigmod includes -#include "../../sigmod/Item.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Item.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/ItemGroupModel.h b/sigmodr/tree/ItemGroupModel.h index 3a526533..e5573aa5 100644 --- a/sigmodr/tree/ItemGroupModel.h +++ b/sigmodr/tree/ItemGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_ITEMGROUPMODEL #define SIGMODR_ITEMGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations 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> diff --git a/sigmodr/tree/ItemModel.h b/sigmodr/tree/ItemModel.h index 194b28dd..c456bcc7 100644 --- a/sigmodr/tree/ItemModel.h +++ b/sigmodr/tree/ItemModel.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,7 +18,7 @@ #ifndef SIGMODR_ITEMMODEL #define SIGMODR_ITEMMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/ItemTypeGroupModel.cpp b/sigmodr/tree/ItemTypeGroupModel.cpp index fa1dc6e5..9e998ab3 100644 --- a/sigmodr/tree/ItemTypeGroupModel.cpp +++ b/sigmodr/tree/ItemTypeGroupModel.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,12 +18,12 @@ // Header include #include "ItemTypeGroupModel.h" -// Model includes +// Sigmodr tree includes #include "ItemTypeModel.h" // Sigmod includes -#include "../../sigmod/ItemType.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/ItemType.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/ItemTypeGroupModel.h b/sigmodr/tree/ItemTypeGroupModel.h index 28420e73..a7848736 100644 --- a/sigmodr/tree/ItemTypeGroupModel.h +++ b/sigmodr/tree/ItemTypeGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_ITEMTYPEGROUPMODEL #define SIGMODR_ITEMTYPEGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/ItemTypeModel.cpp b/sigmodr/tree/ItemTypeModel.cpp index b43106b6..4dc0906b 100644 --- a/sigmodr/tree/ItemTypeModel.cpp +++ b/sigmodr/tree/ItemTypeModel.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 "ItemTypeModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../ItemTypeUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/ItemTypeUI.h> // Sigmod includes -#include "../../sigmod/ItemType.h" +#include <sigmod/ItemType.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/ItemTypeModel.h b/sigmodr/tree/ItemTypeModel.h index 01964f58..5f808610 100644 --- a/sigmodr/tree/ItemTypeModel.h +++ b/sigmodr/tree/ItemTypeModel.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,7 +18,7 @@ #ifndef SIGMODR_ITEMTYPEMODEL #define SIGMODR_ITEMTYPEMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/MapEffectGroupModel.cpp b/sigmodr/tree/MapEffectGroupModel.cpp index 95f69c9e..2bd5255b 100644 --- a/sigmodr/tree/MapEffectGroupModel.cpp +++ b/sigmodr/tree/MapEffectGroupModel.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,12 +18,12 @@ // Header include #include "MapEffectGroupModel.h" -// Model includes +// Sigmodr tree includes #include "MapEffectModel.h" -// Map includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapEffect.h" +// Sigmod includes +#include <sigmod/Map.h> +#include <sigmod/MapEffect.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapEffectGroupModel.h b/sigmodr/tree/MapEffectGroupModel.h index 62c0680e..2f980631 100644 --- a/sigmodr/tree/MapEffectGroupModel.h +++ b/sigmodr/tree/MapEffectGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPEFFECTGROUPMODEL #define SIGMODR_MAPEFFECTGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/MapEffectModel.cpp b/sigmodr/tree/MapEffectModel.cpp index 187e93eb..491ae6b3 100644 --- a/sigmodr/tree/MapEffectModel.cpp +++ b/sigmodr/tree/MapEffectModel.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,15 +18,15 @@ // Header include #include "MapEffectModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../MapEffectUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MapEffectUI.h> // Sigmod includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapEffect.h" +#include <sigmod/Map.h> +#include <sigmod/MapEffect.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapEffectModel.h b/sigmodr/tree/MapEffectModel.h index b2ceb97c..3a7cda14 100644 --- a/sigmodr/tree/MapEffectModel.h +++ b/sigmodr/tree/MapEffectModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPEFFECTMODEL #define SIGMODR_MAPEFFECTMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/MapGroupModel.cpp b/sigmodr/tree/MapGroupModel.cpp index 2d122828..909ce9e5 100644 --- a/sigmodr/tree/MapGroupModel.cpp +++ b/sigmodr/tree/MapGroupModel.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,12 +18,12 @@ // Header include #include "MapGroupModel.h" -// Model includes +// Sigmodr tree includes #include "MapModel.h" // Sigmod includes -#include "../../sigmod/Map.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Map.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapGroupModel.h b/sigmodr/tree/MapGroupModel.h index c6d926a3..1922c347 100644 --- a/sigmodr/tree/MapGroupModel.h +++ b/sigmodr/tree/MapGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPGROUPMODEL #define SIGMODR_MAPGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/MapModel.cpp b/sigmodr/tree/MapModel.cpp index a6dd8e15..b1016a7e 100644 --- a/sigmodr/tree/MapModel.cpp +++ b/sigmodr/tree/MapModel.cpp @@ -18,17 +18,17 @@ // Header include #include "MapModel.h" -// Model includes +// Sigmodr tree includes #include "MapEffectGroupModel.h" #include "MapTrainerGroupModel.h" #include "MapWarpGroupModel.h" #include "MapWildListGroupModel.h" -// Sigmodr includes -#include "../MapUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MapUI.h> // Sigmod includes -#include "../../sigmod/Map.h" +#include <sigmod/Map.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapModel.h b/sigmodr/tree/MapModel.h index e967ca7b..88544bcb 100644 --- a/sigmodr/tree/MapModel.h +++ b/sigmodr/tree/MapModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPMODEL #define SIGMODR_MAPMODEL -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/MapTrainerGroupModel.cpp b/sigmodr/tree/MapTrainerGroupModel.cpp index 811ca23c..027ecf72 100644 --- a/sigmodr/tree/MapTrainerGroupModel.cpp +++ b/sigmodr/tree/MapTrainerGroupModel.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,12 +18,12 @@ // Header include #include "MapTrainerGroupModel.h" -// Model includes +// Sigmodr tree includes #include "MapTrainerModel.h" -// Map includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapTrainer.h" +// Sigmod includes +#include <sigmod/Map.h> +#include <sigmod/MapTrainer.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapTrainerGroupModel.h b/sigmodr/tree/MapTrainerGroupModel.h index 57b7453c..137b5189 100644 --- a/sigmodr/tree/MapTrainerGroupModel.h +++ b/sigmodr/tree/MapTrainerGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPTRAINERGROUPMODEL #define SIGMODR_MAPTRAINERGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/MapTrainerModel.cpp b/sigmodr/tree/MapTrainerModel.cpp index c88efac5..ef92d2ed 100644 --- a/sigmodr/tree/MapTrainerModel.cpp +++ b/sigmodr/tree/MapTrainerModel.cpp @@ -18,7 +18,7 @@ // Header include #include "MapTrainerModel.h" -// Model includes +// Sigmodr tree includes #include "MapTrainerTeamMemberModel.h" #include "GroupModel.h" @@ -26,9 +26,9 @@ #include "../MapTrainerUI.h" // Sigmod includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapTrainer.h" -#include "../../sigmod/MapTrainerTeamMember.h" +#include <sigmod/Map.h> +#include <sigmod/MapTrainer.h> +#include <sigmod/MapTrainerTeamMember.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapTrainerModel.h b/sigmodr/tree/MapTrainerModel.h index db344d34..78d20b3c 100644 --- a/sigmodr/tree/MapTrainerModel.h +++ b/sigmodr/tree/MapTrainerModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPTRAINERMODEL #define SIGMODR_MAPTRAINERMODEL -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/MapTrainerTeamMemberModel.cpp b/sigmodr/tree/MapTrainerTeamMemberModel.cpp index eeaf3377..2b8c2af9 100644 --- a/sigmodr/tree/MapTrainerTeamMemberModel.cpp +++ b/sigmodr/tree/MapTrainerTeamMemberModel.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,17 +18,17 @@ // Header include #include "MapTrainerTeamMemberModel.h" -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" -// Sigmodr includes -#include "../MapTrainerTeamMemberUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MapTrainerTeamMemberUI.h> // Sigmod includes -#include "../../sigmod/MapTrainer.h" -#include "../../sigmod/MapTrainerTeamMember.h" -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Species.h" +#include <sigmod/MapTrainer.h> +#include <sigmod/MapTrainerTeamMember.h> +#include <sigmod/Sigmod.h> +#include <sigmod/Species.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapTrainerTeamMemberModel.h b/sigmodr/tree/MapTrainerTeamMemberModel.h index 695d2b48..b52c6047 100644 --- a/sigmodr/tree/MapTrainerTeamMemberModel.h +++ b/sigmodr/tree/MapTrainerTeamMemberModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPTRAINERTEAMMEMBERMODEL #define SIGMODR_MAPTRAINERTEAMMEMBERMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/MapWarpGroupModel.cpp b/sigmodr/tree/MapWarpGroupModel.cpp index d09c3252..bf707785 100644 --- a/sigmodr/tree/MapWarpGroupModel.cpp +++ b/sigmodr/tree/MapWarpGroupModel.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,12 +18,12 @@ // Header include #include "MapWarpGroupModel.h" -// Model includes +// Sigmodr tree includes #include "MapWarpModel.h" -// Map includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapWarp.h" +// Sigmod includes +#include <sigmod/Map.h> +#include <sigmod/MapWarp.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapWarpGroupModel.h b/sigmodr/tree/MapWarpGroupModel.h index 0af2ce08..0c0d5b42 100644 --- a/sigmodr/tree/MapWarpGroupModel.h +++ b/sigmodr/tree/MapWarpGroupModel.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 @@ -15,10 +15,10 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SIGMODR_MAPWARPGROUPMODEL -#define SIGMODR_MAPWARPGROUPMODEL +#ifndef SIGMODRTREE_MAPWARPGROUPMODEL +#define SIGMODRTREE_MAPWARPGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/MapWarpModel.cpp b/sigmodr/tree/MapWarpModel.cpp index f61df5c0..074a82b0 100644 --- a/sigmodr/tree/MapWarpModel.cpp +++ b/sigmodr/tree/MapWarpModel.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,15 +18,15 @@ // Header include #include "MapWarpModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../MapWarpUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MapWarpUI.h> // Sigmod includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapWarp.h" +#include <sigmod/Map.h> +#include <sigmod/MapWarp.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapWarpModel.h b/sigmodr/tree/MapWarpModel.h index ddf180ff..6617e840 100644 --- a/sigmodr/tree/MapWarpModel.h +++ b/sigmodr/tree/MapWarpModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPWARPMODEL #define SIGMODR_MAPWARPMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/MapWildListEncounterModel.cpp b/sigmodr/tree/MapWildListEncounterModel.cpp index 9f5cb801..da149763 100644 --- a/sigmodr/tree/MapWildListEncounterModel.cpp +++ b/sigmodr/tree/MapWildListEncounterModel.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,17 +18,17 @@ // Header include #include "MapWildListEncounterModel.h" -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" -// Sigmodr includes -#include "../MapWildListEncounterUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MapWildListEncounterUI.h> // Sigmod includes -#include "../../sigmod/MapWildList.h" -#include "../../sigmod/MapWildListEncounter.h" -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Species.h" +#include <sigmod/MapWildList.h> +#include <sigmod/MapWildListEncounter.h> +#include <sigmod/Sigmod.h> +#include <sigmod/Species.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapWildListEncounterModel.h b/sigmodr/tree/MapWildListEncounterModel.h index 06471fc6..11d254af 100644 --- a/sigmodr/tree/MapWildListEncounterModel.h +++ b/sigmodr/tree/MapWildListEncounterModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPWILDLISTENCOUNTERMODEL #define SIGMODR_MAPWILDLISTENCOUNTERMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/MapWildListGroupModel.cpp b/sigmodr/tree/MapWildListGroupModel.cpp index 907d3834..ee81b49d 100644 --- a/sigmodr/tree/MapWildListGroupModel.cpp +++ b/sigmodr/tree/MapWildListGroupModel.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,12 +18,12 @@ // Header include #include "MapWildListGroupModel.h" -// Model includes +// Sigmodr tree includes #include "MapWildListModel.h" -// Map includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapWildList.h" +// Sigmod includes +#include <sigmod/Map.h> +#include <sigmod/MapWildList.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapWildListGroupModel.h b/sigmodr/tree/MapWildListGroupModel.h index a7c1fa26..1d6ad5b9 100644 --- a/sigmodr/tree/MapWildListGroupModel.h +++ b/sigmodr/tree/MapWildListGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPWILDLISTGROUPMODEL #define SIGMODR_MAPWILDLISTGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/MapWildListModel.cpp b/sigmodr/tree/MapWildListModel.cpp index af24f99d..84caa2a7 100644 --- a/sigmodr/tree/MapWildListModel.cpp +++ b/sigmodr/tree/MapWildListModel.cpp @@ -18,17 +18,17 @@ // Header include #include "MapWildListModel.h" -// Model includes +// Sigmodr tree includes #include "MapWildListEncounterModel.h" #include "GroupModel.h" -// Sigmodr includes -#include "../MapWildListUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MapWildListUI.h> // Sigmod includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapWildList.h" -#include "../../sigmod/MapWildListEncounter.h" +#include <sigmod/Map.h> +#include <sigmod/MapWildList.h> +#include <sigmod/MapWildListEncounter.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MapWildListModel.h b/sigmodr/tree/MapWildListModel.h index e12fd1fd..2b49ffcd 100644 --- a/sigmodr/tree/MapWildListModel.h +++ b/sigmodr/tree/MapWildListModel.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,7 +18,7 @@ #ifndef SIGMODR_MAPWILDLISTMODEL #define SIGMODR_MAPWILDLISTMODEL -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/MoveGroupModel.cpp b/sigmodr/tree/MoveGroupModel.cpp index 3d9e77f0..a975efc6 100644 --- a/sigmodr/tree/MoveGroupModel.cpp +++ b/sigmodr/tree/MoveGroupModel.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,12 +18,12 @@ // Header include #include "MoveGroupModel.h" -// Model includes +// Sigmodr tree includes #include "MoveModel.h" // Sigmod includes -#include "../../sigmod/Move.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Move.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/MoveGroupModel.h b/sigmodr/tree/MoveGroupModel.h index 62280619..61566791 100644 --- a/sigmodr/tree/MoveGroupModel.h +++ b/sigmodr/tree/MoveGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_MOVEGROUPMODEL #define SIGMODR_MOVEGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations 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> diff --git a/sigmodr/tree/MoveModel.h b/sigmodr/tree/MoveModel.h index 9d52e652..1dc5727d 100644 --- a/sigmodr/tree/MoveModel.h +++ b/sigmodr/tree/MoveModel.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,7 +18,7 @@ #ifndef SIGMODR_MOVEMODEL #define SIGMODR_MOVEMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/NatureGroupModel.cpp b/sigmodr/tree/NatureGroupModel.cpp index a484ccf5..58688c9f 100644 --- a/sigmodr/tree/NatureGroupModel.cpp +++ b/sigmodr/tree/NatureGroupModel.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,12 +18,12 @@ // Header include #include "NatureGroupModel.h" -// Model includes +// Sigmodr tree includes #include "NatureModel.h" // Sigmod includes -#include "../../sigmod/Nature.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Nature.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/NatureGroupModel.h b/sigmodr/tree/NatureGroupModel.h index 6c0c21e5..fbb530c8 100644 --- a/sigmodr/tree/NatureGroupModel.h +++ b/sigmodr/tree/NatureGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_NATUREGROUPMODEL #define SIGMODR_NATUREGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/NatureModel.cpp b/sigmodr/tree/NatureModel.cpp index 04ea7870..231fd878 100644 --- a/sigmodr/tree/NatureModel.cpp +++ b/sigmodr/tree/NatureModel.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,15 +18,15 @@ // Header include #include "NatureModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../NatureUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/NatureUI.h> // Sigmod includes -#include "../../sigmod/Nature.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Nature.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/NatureModel.h b/sigmodr/tree/NatureModel.h index 0239c082..fe6fc52e 100644 --- a/sigmodr/tree/NatureModel.h +++ b/sigmodr/tree/NatureModel.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,7 +18,7 @@ #ifndef SIGMODR_NATUREMODEL #define SIGMODR_NATUREMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/ObjectModel.cpp b/sigmodr/tree/ObjectModel.cpp index c4e0d36e..2bd230b4 100644 --- a/sigmodr/tree/ObjectModel.cpp +++ b/sigmodr/tree/ObjectModel.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 @@ -19,7 +19,7 @@ #include "ObjectModel.h" // Sigmod includes -#include "../../sigmod/Object.h" +#include <sigmod/Object.h> // Qt includes #include <QtXml/QDomDocument> diff --git a/sigmodr/tree/ObjectModel.h b/sigmodr/tree/ObjectModel.h index 2988ca86..8b1f7220 100644 --- a/sigmodr/tree/ObjectModel.h +++ b/sigmodr/tree/ObjectModel.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,7 +18,7 @@ #ifndef SIGMODR_OBJECTMODEL #define SIGMODR_OBJECTMODEL -// Model includes +// Sigmodr tree includes #include "BaseObjectModel.h" namespace Sigmodr diff --git a/sigmodr/tree/RootModel.cpp b/sigmodr/tree/RootModel.cpp index 761036d4..36b74659 100644 --- a/sigmodr/tree/RootModel.cpp +++ b/sigmodr/tree/RootModel.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,11 +18,11 @@ // Header include #include "RootModel.h" -// Model includes +// Sigmodr tree includes #include "SigmodModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" +#include <sigmod/Sigmod.h> Sigmodr::RootModel::RootModel() : GroupModel(NULL, NULL) diff --git a/sigmodr/tree/RootModel.h b/sigmodr/tree/RootModel.h index f3595007..c67d677e 100644 --- a/sigmodr/tree/RootModel.h +++ b/sigmodr/tree/RootModel.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,7 +18,7 @@ #ifndef SIGMODR_ROOTMODEL #define SIGMODR_ROOTMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" #include "SigmodModel.h" diff --git a/sigmodr/tree/RulesModel.cpp b/sigmodr/tree/RulesModel.cpp index e01acbf6..9b2f3c7f 100644 --- a/sigmodr/tree/RulesModel.cpp +++ b/sigmodr/tree/RulesModel.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,11 +18,11 @@ // Header include #include "RulesModel.h" -// Sigmodr includes -#include "../RulesUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/RulesUI.h> // Sigmod includes -#include "../../sigmod/Rules.h" +#include <sigmod/Rules.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/RulesModel.h b/sigmodr/tree/RulesModel.h index 27b79999..c0d8829f 100644 --- a/sigmodr/tree/RulesModel.h +++ b/sigmodr/tree/RulesModel.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,7 +18,7 @@ #ifndef SIGMODR_RULESMODEL #define SIGMODR_RULESMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/SigmodModel.cpp b/sigmodr/tree/SigmodModel.cpp index cef51bbd..231dcea1 100644 --- a/sigmodr/tree/SigmodModel.cpp +++ b/sigmodr/tree/SigmodModel.cpp @@ -18,7 +18,7 @@ // Header include #include "SigmodModel.h" -// Model includes +// Sigmodr tree includes #include "AbilityGroupModel.h" #include "AuthorGroupModel.h" #include "BadgeGroupModel.h" @@ -43,11 +43,11 @@ #include "TypeGroupModel.h" #include "WeatherGroupModel.h" -// Sigmodr includes -#include "../SigmodUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/SigmodUI.h> // Sigmod includes -#include "../../sigmod/Sigmod.h" +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SigmodModel.h b/sigmodr/tree/SigmodModel.h index 024604de..d466fbbf 100644 --- a/sigmodr/tree/SigmodModel.h +++ b/sigmodr/tree/SigmodModel.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,7 +18,7 @@ #ifndef SIGMODR_SIGMODMODEL #define SIGMODR_SIGMODMODEL -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/SigmodrTree.cpp b/sigmodr/tree/SigmodrTree.cpp index 9437a0e6..a2eb2fdd 100644 --- a/sigmodr/tree/SigmodrTree.cpp +++ b/sigmodr/tree/SigmodrTree.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 @@ -16,18 +16,18 @@ */ // Header include -#include "SigmodTree.h" +#include "SigmodrTree.h" -// Model includes -#include "models/BaseModel.h" +// Sigmodr tree includes +#include "BaseModel.h" -// Sigmodr includes -#include "ObjectUI.h" -#include "SigmodTreeModel.h" +// Sigmodr widgetincludes +#include <sigmodr/widgets/ObjectUI.h> +#include "SigmodrTreeModel.h" // Sigmod includes -#include "../sigmod/Object.h" -#include "../sigmod/Sigmod.h" +#include <sigmod/Object.h> +#include <sigmod/Sigmod.h> // Qt includes #include <QtGui/QHeaderView> diff --git a/sigmodr/tree/SigmodrTreeModel.cpp b/sigmodr/tree/SigmodrTreeModel.cpp index 51bea45d..0220c0b5 100644 --- a/sigmodr/tree/SigmodrTreeModel.cpp +++ b/sigmodr/tree/SigmodrTreeModel.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 @@ -16,13 +16,13 @@ */ // Header include -#include "SigmodTreeModel.h" +#include "SigmodrTreeModel.h" -// Model includes -#include "models/RootModel.h" +// Sigmodr tree includes +#include "RootModel.h" // Sigmod includes -#include "../sigmod/Sigmod.h" +#include <sigmod/Sigmod.h> // Qt includes #include <QtCore/QMimeData> 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> diff --git a/sigmodr/tree/SkinGroupModel.cpp b/sigmodr/tree/SkinGroupModel.cpp index e35a9f20..9d18449c 100644 --- a/sigmodr/tree/SkinGroupModel.cpp +++ b/sigmodr/tree/SkinGroupModel.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,12 +18,12 @@ // Header include #include "SkinGroupModel.h" -// Model includes +// Sigmodr tree includes #include "SkinModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Skin.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Skin.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SkinGroupModel.h b/sigmodr/tree/SkinGroupModel.h index 4bf1a90a..353dcfdd 100644 --- a/sigmodr/tree/SkinGroupModel.h +++ b/sigmodr/tree/SkinGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_SKINGROUPMODEL #define SIGMODR_SKINGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/SkinModel.cpp b/sigmodr/tree/SkinModel.cpp index 6b15d6b2..568b713d 100644 --- a/sigmodr/tree/SkinModel.cpp +++ b/sigmodr/tree/SkinModel.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 "SkinModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../SkinUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/SkinUI.h> // Sigmod includes -#include "../../sigmod/Skin.h" +#include <sigmod/Skin.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SkinModel.h b/sigmodr/tree/SkinModel.h index 449ec61b..f834e8b5 100644 --- a/sigmodr/tree/SkinModel.h +++ b/sigmodr/tree/SkinModel.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,7 +18,7 @@ #ifndef SIGMODR_SKINMODEL #define SIGMODR_SKINMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/SoundGroupModel.cpp b/sigmodr/tree/SoundGroupModel.cpp index 0ad1c3d6..afc9a364 100644 --- a/sigmodr/tree/SoundGroupModel.cpp +++ b/sigmodr/tree/SoundGroupModel.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,12 +18,12 @@ // Header include #include "SoundGroupModel.h" -// Model includes +// Sigmodr tree includes #include "SoundModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Sound.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Sound.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SoundGroupModel.h b/sigmodr/tree/SoundGroupModel.h index e52ee582..71433f4d 100644 --- a/sigmodr/tree/SoundGroupModel.h +++ b/sigmodr/tree/SoundGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_SOUNDGROUPMODEL #define SIGMODR_SOUNDGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/SoundModel.cpp b/sigmodr/tree/SoundModel.cpp index f907513d..f504281c 100644 --- a/sigmodr/tree/SoundModel.cpp +++ b/sigmodr/tree/SoundModel.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,15 +18,15 @@ // Header include #include "SoundModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../SoundUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/SoundUI.h> // Sigmod includes -#include "../../sigmod/Sound.h" -#include "../../sigmod/Sigmod.h" +#include <sigmod/Sound.h> +#include <sigmod/Sigmod.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SoundModel.h b/sigmodr/tree/SoundModel.h index 072d7e29..496ec061 100644 --- a/sigmodr/tree/SoundModel.h +++ b/sigmodr/tree/SoundModel.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,7 +18,7 @@ #ifndef SIGMODR_SOUNDMODEL #define SIGMODR_SOUNDMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/SpeciesGroupModel.cpp b/sigmodr/tree/SpeciesGroupModel.cpp index 345177cd..53e8eb1e 100644 --- a/sigmodr/tree/SpeciesGroupModel.cpp +++ b/sigmodr/tree/SpeciesGroupModel.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,12 +18,12 @@ // Header include #include "SpeciesGroupModel.h" -// Model includes +// Sigmodr tree includes #include "SpeciesModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Species.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Species.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SpeciesGroupModel.h b/sigmodr/tree/SpeciesGroupModel.h index b3182236..9efcabc7 100644 --- a/sigmodr/tree/SpeciesGroupModel.h +++ b/sigmodr/tree/SpeciesGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_SPECIESGROUPMODEL #define SIGMODR_SPECIESGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/SpeciesModel.cpp b/sigmodr/tree/SpeciesModel.cpp index 59b77d6b..4cc4a17b 100644 --- a/sigmodr/tree/SpeciesModel.cpp +++ b/sigmodr/tree/SpeciesModel.cpp @@ -18,17 +18,17 @@ // Header include #include "SpeciesModel.h" -// Model includes +// Sigmodr tree includes #include "SpeciesMoveModel.h" #include "GroupModel.h" -// Sigmodr includes -#include "../SpeciesUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/SpeciesUI.h> // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Species.h" -#include "../../sigmod/SpeciesMove.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Species.h> +#include <sigmod/SpeciesMove.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SpeciesModel.h b/sigmodr/tree/SpeciesModel.h index cc47255d..aa2ca03d 100644 --- a/sigmodr/tree/SpeciesModel.h +++ b/sigmodr/tree/SpeciesModel.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,7 +18,7 @@ #ifndef SIGMODR_SPECIESMODEL #define SIGMODR_SPECIESMODEL -// Model includes +// Sigmodr tree includes #include "GroupObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/SpeciesMoveModel.cpp b/sigmodr/tree/SpeciesMoveModel.cpp index 8357a261..b8e3f0a9 100644 --- a/sigmodr/tree/SpeciesMoveModel.cpp +++ b/sigmodr/tree/SpeciesMoveModel.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,17 +18,17 @@ // Header include #include "SpeciesMoveModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../SpeciesMoveUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/SpeciesMoveUI.h> // Sigmod includes -#include "../../sigmod/Move.h" -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Species.h" -#include "../../sigmod/SpeciesMove.h" +#include <sigmod/Move.h> +#include <sigmod/Sigmod.h> +#include <sigmod/Species.h> +#include <sigmod/SpeciesMove.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SpeciesMoveModel.h b/sigmodr/tree/SpeciesMoveModel.h index 43364368..a4dba753 100644 --- a/sigmodr/tree/SpeciesMoveModel.h +++ b/sigmodr/tree/SpeciesMoveModel.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,7 +18,7 @@ #ifndef SIGMODR_SPECIESMOVEMODEL #define SIGMODR_SPECIESMOVEMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/SpriteGroupModel.cpp b/sigmodr/tree/SpriteGroupModel.cpp index a94cd44a..ba49cc13 100644 --- a/sigmodr/tree/SpriteGroupModel.cpp +++ b/sigmodr/tree/SpriteGroupModel.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,12 +18,12 @@ // Header include #include "SpriteGroupModel.h" -// Model includes +// Sigmodr tree includes #include "SpriteModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Sprite.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Sprite.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SpriteGroupModel.h b/sigmodr/tree/SpriteGroupModel.h index 59840655..73039315 100644 --- a/sigmodr/tree/SpriteGroupModel.h +++ b/sigmodr/tree/SpriteGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_SPRITEGROUPMODEL #define SIGMODR_SPRITEGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/SpriteModel.cpp b/sigmodr/tree/SpriteModel.cpp index 69e4eaf9..da8b68db 100644 --- a/sigmodr/tree/SpriteModel.cpp +++ b/sigmodr/tree/SpriteModel.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 "SpriteModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../SpriteUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/SpriteUI.h> // Sigmod includes -#include "../../sigmod/Sprite.h" +#include <sigmod/Sprite.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/SpriteModel.h b/sigmodr/tree/SpriteModel.h index df5b29da..dc724ae4 100644 --- a/sigmodr/tree/SpriteModel.h +++ b/sigmodr/tree/SpriteModel.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,7 +18,7 @@ #ifndef SIGMODR_SPRITEMODEL #define SIGMODR_SPRITEMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/StatusGroupModel.cpp b/sigmodr/tree/StatusGroupModel.cpp index 6fa46182..2426322b 100644 --- a/sigmodr/tree/StatusGroupModel.cpp +++ b/sigmodr/tree/StatusGroupModel.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,12 +18,12 @@ // Header include #include "StatusGroupModel.h" -// Model includes +// Sigmodr tree includes #include "StatusModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Status.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Status.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/StatusGroupModel.h b/sigmodr/tree/StatusGroupModel.h index 916f4d1c..f67df0d9 100644 --- a/sigmodr/tree/StatusGroupModel.h +++ b/sigmodr/tree/StatusGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_STATUSGROUPMODEL #define SIGMODR_STATUSGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/StatusModel.cpp b/sigmodr/tree/StatusModel.cpp index 84e2643d..b1ec8b54 100644 --- a/sigmodr/tree/StatusModel.cpp +++ b/sigmodr/tree/StatusModel.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 "StatusModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../StatusUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/StatusUI.h> // Sigmod includes -#include "../../sigmod/Status.h" +#include <sigmod/Status.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/StatusModel.h b/sigmodr/tree/StatusModel.h index 0a180812..eb5ab810 100644 --- a/sigmodr/tree/StatusModel.h +++ b/sigmodr/tree/StatusModel.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,7 +18,7 @@ #ifndef SIGMODR_STATUSMODEL #define SIGMODR_STATUSMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/StoreGroupModel.cpp b/sigmodr/tree/StoreGroupModel.cpp index f5561fec..142caff8 100644 --- a/sigmodr/tree/StoreGroupModel.cpp +++ b/sigmodr/tree/StoreGroupModel.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,12 +18,12 @@ // Header include #include "StoreGroupModel.h" -// Model includes +// Sigmodr tree includes #include "StoreModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Store.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Store.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/StoreGroupModel.h b/sigmodr/tree/StoreGroupModel.h index 413fd16c..a7e3b37e 100644 --- a/sigmodr/tree/StoreGroupModel.h +++ b/sigmodr/tree/StoreGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_STOREGROUPMODEL #define SIGMODR_STOREGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/StoreModel.cpp b/sigmodr/tree/StoreModel.cpp index b3784b66..f7335aee 100644 --- a/sigmodr/tree/StoreModel.cpp +++ b/sigmodr/tree/StoreModel.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,15 +18,15 @@ // Header include #include "StoreModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../StoreUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/StoreUI.h> // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Store.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Store.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/StoreModel.h b/sigmodr/tree/StoreModel.h index cd3bee43..6a426550 100644 --- a/sigmodr/tree/StoreModel.h +++ b/sigmodr/tree/StoreModel.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,7 +18,7 @@ #ifndef SIGMODR_STOREMODEL #define SIGMODR_STOREMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/TileGroupModel.cpp b/sigmodr/tree/TileGroupModel.cpp index 25f77bb6..0727689e 100644 --- a/sigmodr/tree/TileGroupModel.cpp +++ b/sigmodr/tree/TileGroupModel.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,12 +18,12 @@ // Header include #include "TileGroupModel.h" -// Model includes +// Sigmodr tree includes #include "TileModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Tile.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Tile.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/TileGroupModel.h b/sigmodr/tree/TileGroupModel.h index 9d81d15c..3f876f5a 100644 --- a/sigmodr/tree/TileGroupModel.h +++ b/sigmodr/tree/TileGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_TILEGROUPMODEL #define SIGMODR_TILEGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/TileModel.cpp b/sigmodr/tree/TileModel.cpp index adb36740..06a5c8d3 100644 --- a/sigmodr/tree/TileModel.cpp +++ b/sigmodr/tree/TileModel.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,15 +18,15 @@ // Header include #include "TileModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../TileUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/TileUI.h> // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Tile.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Tile.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/TileModel.h b/sigmodr/tree/TileModel.h index 95538553..69a148d2 100644 --- a/sigmodr/tree/TileModel.h +++ b/sigmodr/tree/TileModel.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,7 +18,7 @@ #ifndef SIGMODR_TILEMODEL #define SIGMODR_TILEMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/TimeGroupModel.cpp b/sigmodr/tree/TimeGroupModel.cpp index 79f9061c..d298d9b3 100644 --- a/sigmodr/tree/TimeGroupModel.cpp +++ b/sigmodr/tree/TimeGroupModel.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,12 +18,12 @@ // Header include #include "TimeGroupModel.h" -// Model includes +// Sigmodr tree includes #include "TimeModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Time.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Time.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/TimeGroupModel.h b/sigmodr/tree/TimeGroupModel.h index 03df275a..4ddcbd55 100644 --- a/sigmodr/tree/TimeGroupModel.h +++ b/sigmodr/tree/TimeGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_TIMEGROUPMODEL #define SIGMODR_TIMEGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/TimeModel.cpp b/sigmodr/tree/TimeModel.cpp index 08180e73..2c4940be 100644 --- a/sigmodr/tree/TimeModel.cpp +++ b/sigmodr/tree/TimeModel.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,15 +18,15 @@ // Header include #include "TimeModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../TimeUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/TimeUI.h> // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Time.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Time.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/TimeModel.h b/sigmodr/tree/TimeModel.h index 430f0250..43bde9d1 100644 --- a/sigmodr/tree/TimeModel.h +++ b/sigmodr/tree/TimeModel.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,7 +18,7 @@ #ifndef SIGMODR_TIMEMODEL #define SIGMODR_TIMEMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/TrainerGroupModel.cpp b/sigmodr/tree/TrainerGroupModel.cpp index 88fb98ef..4935edf2 100644 --- a/sigmodr/tree/TrainerGroupModel.cpp +++ b/sigmodr/tree/TrainerGroupModel.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,12 +18,12 @@ // Header include #include "TrainerGroupModel.h" -// Model includes +// Sigmodr tree includes #include "TrainerModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Trainer.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Trainer.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/TrainerGroupModel.h b/sigmodr/tree/TrainerGroupModel.h index e12f8812..8c07decf 100644 --- a/sigmodr/tree/TrainerGroupModel.h +++ b/sigmodr/tree/TrainerGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_TRAINERGROUPMODEL #define SIGMODR_TRAINERGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/TrainerModel.cpp b/sigmodr/tree/TrainerModel.cpp index fd2f188d..14a67c9a 100644 --- a/sigmodr/tree/TrainerModel.cpp +++ b/sigmodr/tree/TrainerModel.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,15 +18,15 @@ // Header include #include "TrainerModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../TrainerUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/TrainerUI.h> // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Trainer.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Trainer.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/TrainerModel.h b/sigmodr/tree/TrainerModel.h index e124379f..431c28bf 100644 --- a/sigmodr/tree/TrainerModel.h +++ b/sigmodr/tree/TrainerModel.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,7 +18,7 @@ #ifndef SIGMODR_TRAINERMODEL #define SIGMODR_TRAINERMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/TypeGroupModel.cpp b/sigmodr/tree/TypeGroupModel.cpp index 184030a3..aa1ef4d6 100644 --- a/sigmodr/tree/TypeGroupModel.cpp +++ b/sigmodr/tree/TypeGroupModel.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,12 +18,12 @@ // Header include #include "TypeGroupModel.h" -// Model includes +// Sigmodr tree includes #include "TypeModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Type.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Type.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/TypeGroupModel.h b/sigmodr/tree/TypeGroupModel.h index b78353e4..e091901b 100644 --- a/sigmodr/tree/TypeGroupModel.h +++ b/sigmodr/tree/TypeGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_TYPEGROUPMODEL #define SIGMODR_TYPEGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/TypeModel.cpp b/sigmodr/tree/TypeModel.cpp index 7122f174..b2dc0ba3 100644 --- a/sigmodr/tree/TypeModel.cpp +++ b/sigmodr/tree/TypeModel.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,15 +18,15 @@ // Header include #include "TypeModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../TypeUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/TypeUI.h> // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Type.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Type.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/TypeModel.h b/sigmodr/tree/TypeModel.h index da502ed9..995c68c6 100644 --- a/sigmodr/tree/TypeModel.h +++ b/sigmodr/tree/TypeModel.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,7 +18,7 @@ #ifndef SIGMODR_TYPEMODEL #define SIGMODR_TYPEMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations diff --git a/sigmodr/tree/WeatherGroupModel.cpp b/sigmodr/tree/WeatherGroupModel.cpp index 6d51fd2a..26b89002 100644 --- a/sigmodr/tree/WeatherGroupModel.cpp +++ b/sigmodr/tree/WeatherGroupModel.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,12 +18,12 @@ // Header include #include "WeatherGroupModel.h" -// Model includes +// Sigmodr tree includes #include "WeatherModel.h" // Sigmod includes -#include "../../sigmod/Sigmod.h" -#include "../../sigmod/Weather.h" +#include <sigmod/Sigmod.h> +#include <sigmod/Weather.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/WeatherGroupModel.h b/sigmodr/tree/WeatherGroupModel.h index 774e398e..602cc4e6 100644 --- a/sigmodr/tree/WeatherGroupModel.h +++ b/sigmodr/tree/WeatherGroupModel.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,7 +18,7 @@ #ifndef SIGMODR_WEATHERGROUPMODEL #define SIGMODR_WEATHERGROUPMODEL -// Model includes +// Sigmodr tree includes #include "GroupModel.h" // Forward declarations diff --git a/sigmodr/tree/WeatherModel.cpp b/sigmodr/tree/WeatherModel.cpp index 07f65f59..e63af303 100644 --- a/sigmodr/tree/WeatherModel.cpp +++ b/sigmodr/tree/WeatherModel.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 "WeatherModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../WeatherUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/WeatherUI.h> // Sigmod includes -#include "../../sigmod/Weather.h" +#include <sigmod/Weather.h> // KDE includes #include <KMenu> diff --git a/sigmodr/tree/WeatherModel.h b/sigmodr/tree/WeatherModel.h index 3de1e2c3..2930fd28 100644 --- a/sigmodr/tree/WeatherModel.h +++ b/sigmodr/tree/WeatherModel.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,7 +18,7 @@ #ifndef SIGMODR_WEATHERMODEL #define SIGMODR_WEATHERMODEL -// Model includes +// Sigmodr tree includes #include "ObjectModel.h" // Forward declarations |