summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sigmodr/widgets/AbilityUI.cpp4
-rw-r--r--sigmodr/widgets/AbilityUI.h8
-rw-r--r--sigmodr/widgets/AuthorUI.cpp4
-rw-r--r--sigmodr/widgets/AuthorUI.h8
-rw-r--r--sigmodr/widgets/BadgeUI.cpp8
-rw-r--r--sigmodr/widgets/BadgeUI.h6
-rw-r--r--sigmodr/widgets/CoinListItemUI.cpp8
-rw-r--r--sigmodr/widgets/CoinListItemUI.h6
-rw-r--r--sigmodr/widgets/CoinListUI.cpp6
-rw-r--r--sigmodr/widgets/CoinListUI.h8
-rw-r--r--sigmodr/widgets/EggGroupUI.cpp4
-rw-r--r--sigmodr/widgets/EggGroupUI.h8
-rw-r--r--sigmodr/widgets/FractionWidget.h8
-rw-r--r--sigmodr/widgets/GlobalScriptUI.cpp4
-rw-r--r--sigmodr/widgets/GlobalScriptUI.h8
-rw-r--r--sigmodr/widgets/ItemTypeUI.cpp8
-rw-r--r--sigmodr/widgets/ItemTypeUI.h8
-rw-r--r--sigmodr/widgets/ItemUI.cpp8
-rw-r--r--sigmodr/widgets/ItemUI.h6
-rw-r--r--sigmodr/widgets/MapEffectUI.cpp8
-rw-r--r--sigmodr/widgets/MapEffectUI.h6
-rw-r--r--sigmodr/widgets/MapTrainerTeamMemberUI.cpp16
-rw-r--r--sigmodr/widgets/MapTrainerTeamMemberUI.h6
-rw-r--r--sigmodr/widgets/MapTrainerUI.cpp12
-rw-r--r--sigmodr/widgets/MapTrainerUI.h6
-rw-r--r--sigmodr/widgets/MapUI.cpp10
-rw-r--r--sigmodr/widgets/MapUI.h6
-rw-r--r--sigmodr/widgets/MapWarpUI.cpp8
-rw-r--r--sigmodr/widgets/MapWarpUI.h8
-rw-r--r--sigmodr/widgets/MapWildListEncounterUI.cpp10
-rw-r--r--sigmodr/widgets/MapWildListEncounterUI.h8
-rw-r--r--sigmodr/widgets/MapWildListUI.cpp4
-rw-r--r--sigmodr/widgets/MapWildListUI.h8
-rw-r--r--sigmodr/widgets/MoveUI.cpp8
-rw-r--r--sigmodr/widgets/MoveUI.h8
-rw-r--r--sigmodr/widgets/NatureUI.cpp6
-rw-r--r--sigmodr/widgets/ObjectUI.cpp6
-rw-r--r--sigmodr/widgets/RulesUI.cpp2
-rw-r--r--sigmodr/widgets/RulesUI.h6
-rw-r--r--sigmodr/widgets/ScriptWidget.h8
-rw-r--r--sigmodr/widgets/SigmodUI.cpp8
-rw-r--r--sigmodr/widgets/SigmodUI.h6
-rw-r--r--sigmodr/widgets/SkinUI.cpp4
-rw-r--r--sigmodr/widgets/SkinUI.h8
-rw-r--r--sigmodr/widgets/SoundUI.cpp6
-rw-r--r--sigmodr/widgets/SoundUI.h8
-rw-r--r--sigmodr/widgets/SpeciesMoveUI.cpp10
-rw-r--r--sigmodr/widgets/SpeciesMoveUI.h8
-rw-r--r--sigmodr/widgets/SpeciesUI.cpp18
-rw-r--r--sigmodr/widgets/SpeciesUI.h6
-rw-r--r--sigmodr/widgets/SpriteUI.cpp6
-rw-r--r--sigmodr/widgets/SpriteUI.h8
-rw-r--r--sigmodr/widgets/StatusUI.cpp4
-rw-r--r--sigmodr/widgets/StatusUI.h8
-rw-r--r--sigmodr/widgets/StoreUI.cpp6
-rw-r--r--sigmodr/widgets/StoreUI.h6
-rw-r--r--sigmodr/widgets/TileUI.cpp8
-rw-r--r--sigmodr/widgets/TileUI.h8
-rw-r--r--sigmodr/widgets/TimeUI.cpp2
-rw-r--r--sigmodr/widgets/TimeUI.h6
-rw-r--r--sigmodr/widgets/TrainerUI.cpp10
-rw-r--r--sigmodr/widgets/TrainerUI.h8
-rw-r--r--sigmodr/widgets/TypeUI.cpp4
-rw-r--r--sigmodr/widgets/TypeUI.h8
-rw-r--r--sigmodr/widgets/TypechartModel.h6
-rw-r--r--sigmodr/widgets/ValidationDialog.cpp2
-rw-r--r--sigmodr/widgets/WeatherUI.cpp4
-rw-r--r--sigmodr/widgets/WeatherUI.h8
68 files changed, 241 insertions, 241 deletions
diff --git a/sigmodr/widgets/AbilityUI.cpp b/sigmodr/widgets/AbilityUI.cpp
index aa3c924d..97aadbc1 100644
--- a/sigmodr/widgets/AbilityUI.cpp
+++ b/sigmodr/widgets/AbilityUI.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 "AbilityUI.h"
// Sigmod includes
-#include "../sigmod/Ability.h"
+#include <sigmod/Ability.h>
Sigmodr::AbilityUI::AbilityUI(Sigmod::Ability* ability, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/AbilityUI.h b/sigmodr/widgets/AbilityUI.h
index 2c2f3512..6c246393 100644
--- a/sigmodr/widgets/AbilityUI.h
+++ b/sigmodr/widgets/AbilityUI.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,12 +18,12 @@
#ifndef SIGMODR_ABILITYUI
#define SIGMODR_ABILITYUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_ability.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/AuthorUI.cpp b/sigmodr/widgets/AuthorUI.cpp
index f551b6fc..02633c1f 100644
--- a/sigmodr/widgets/AuthorUI.cpp
+++ b/sigmodr/widgets/AuthorUI.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 "AuthorUI.h"
// Sigmod includes
-#include "../sigmod/Author.h"
+#include <sigmod/Author.h>
Sigmodr::AuthorUI::AuthorUI(Sigmod::Author* author, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/AuthorUI.h b/sigmodr/widgets/AuthorUI.h
index bccd6d2f..76e781e3 100644
--- a/sigmodr/widgets/AuthorUI.h
+++ b/sigmodr/widgets/AuthorUI.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,12 +18,12 @@
#ifndef SIGMODR_AUTHORUI
#define SIGMODR_AUTHORUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_author.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/BadgeUI.cpp b/sigmodr/widgets/BadgeUI.cpp
index 8f01b0c9..2a526c72 100644
--- a/sigmodr/widgets/BadgeUI.cpp
+++ b/sigmodr/widgets/BadgeUI.cpp
@@ -19,10 +19,10 @@
#include "BadgeUI.h"
// Sigmod includes
-#include "../sigmod/Badge.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Sprite.h"
+#include <sigmod/Badge.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Sprite.h>
// Qt includes
#include <QtGui/QHeaderView>
diff --git a/sigmodr/widgets/BadgeUI.h b/sigmodr/widgets/BadgeUI.h
index d935a5b2..223cecbe 100644
--- a/sigmodr/widgets/BadgeUI.h
+++ b/sigmodr/widgets/BadgeUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_BADGEUI
#define SIGMODR_BADGEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_badge.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/CoinListItemUI.cpp b/sigmodr/widgets/CoinListItemUI.cpp
index 7910ed59..2679e7d1 100644
--- a/sigmodr/widgets/CoinListItemUI.cpp
+++ b/sigmodr/widgets/CoinListItemUI.cpp
@@ -19,10 +19,10 @@
#include "CoinListItemUI.h"
// Sigmod includes
-#include "../sigmod/CoinListItem.h"
-#include "../sigmod/Item.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Species.h"
+#include <sigmod/CoinListItem.h>
+#include <sigmod/Item.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Species.h>
// Qt includes
#include <QtGui/QButtonGroup>
diff --git a/sigmodr/widgets/CoinListItemUI.h b/sigmodr/widgets/CoinListItemUI.h
index a8d2312a..4081aea9 100644
--- a/sigmodr/widgets/CoinListItemUI.h
+++ b/sigmodr/widgets/CoinListItemUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_COINLISTITEMUI
#define SIGMODR_COINLISTITEMUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_coinlistitem.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/CoinListUI.cpp b/sigmodr/widgets/CoinListUI.cpp
index 23170c70..102a70ed 100644
--- a/sigmodr/widgets/CoinListUI.cpp
+++ b/sigmodr/widgets/CoinListUI.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,8 +19,8 @@
#include "CoinListUI.h"
// Sigmod includes
-#include "../sigmod/CoinList.h"
-#include "../sigmod/Sigmod.h"
+#include <sigmod/CoinList.h>
+#include <sigmod/Sigmod.h>
Sigmodr::CoinListUI::CoinListUI(Sigmod::CoinList* coinList, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/CoinListUI.h b/sigmodr/widgets/CoinListUI.h
index 44cffec6..9baa6316 100644
--- a/sigmodr/widgets/CoinListUI.h
+++ b/sigmodr/widgets/CoinListUI.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,12 +18,12 @@
#ifndef SIGMODR_COINLISTUI
#define SIGMODR_COINLISTUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_coinlist.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/EggGroupUI.cpp b/sigmodr/widgets/EggGroupUI.cpp
index ac2d36c7..6919b8ff 100644
--- a/sigmodr/widgets/EggGroupUI.cpp
+++ b/sigmodr/widgets/EggGroupUI.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 "EggGroupUI.h"
// Sigmod includes
-#include "../sigmod/EggGroup.h"
+#include <sigmod/EggGroup.h>
Sigmodr::EggGroupUI::EggGroupUI(Sigmod::EggGroup* eggGroup, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/EggGroupUI.h b/sigmodr/widgets/EggGroupUI.h
index 4ac1de6c..95b29690 100644
--- a/sigmodr/widgets/EggGroupUI.h
+++ b/sigmodr/widgets/EggGroupUI.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,12 +18,12 @@
#ifndef SIGMODR_EGGGROUPUI
#define SIGMODR_EGGGROUPUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_egggroup.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/FractionWidget.h b/sigmodr/widgets/FractionWidget.h
index 9b309663..a83f99fe 100644
--- a/sigmodr/widgets/FractionWidget.h
+++ b/sigmodr/widgets/FractionWidget.h
@@ -18,15 +18,15 @@
#ifndef SIGMODR_FRACTIONWIDGET
#define SIGMODR_FRACTIONWIDGET
+// Form include
+#include "ui_fraction.h"
+
// Sigcore includes
-#include "../sigcore/Fraction.h"
+#include <sigcore/Fraction.h>
// Qt includes
#include <QtGui/QWidget>
-// Form include
-#include "ui_fraction.h"
-
namespace Sigmodr
{
class FractionWidget : public QWidget, private Ui::formFraction
diff --git a/sigmodr/widgets/GlobalScriptUI.cpp b/sigmodr/widgets/GlobalScriptUI.cpp
index 09e831e1..94d725e2 100644
--- a/sigmodr/widgets/GlobalScriptUI.cpp
+++ b/sigmodr/widgets/GlobalScriptUI.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 "GlobalScriptUI.h"
// Sigmod includes
-#include "../sigmod/GlobalScript.h"
+#include <sigmod/GlobalScript.h>
Sigmodr::GlobalScriptUI::GlobalScriptUI(Sigmod::GlobalScript* globalScript, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/GlobalScriptUI.h b/sigmodr/widgets/GlobalScriptUI.h
index 1187ac8f..7942fda1 100644
--- a/sigmodr/widgets/GlobalScriptUI.h
+++ b/sigmodr/widgets/GlobalScriptUI.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,12 +18,12 @@
#ifndef SIGMODR_GLOBALSCRIPTUI
#define SIGMODR_GLOBALSCRIPTUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_globalscript.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/ItemTypeUI.cpp b/sigmodr/widgets/ItemTypeUI.cpp
index 87507504..22e23245 100644
--- a/sigmodr/widgets/ItemTypeUI.cpp
+++ b/sigmodr/widgets/ItemTypeUI.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,9 +19,9 @@
#include "ItemTypeUI.h"
// Sigmod includes
-#include "../sigmod/ItemType.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
+#include <sigmod/ItemType.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
Sigmodr::ItemTypeUI::ItemTypeUI(Sigmod::ItemType* itemType, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/ItemTypeUI.h b/sigmodr/widgets/ItemTypeUI.h
index 1df8a5ec..d1efe89b 100644
--- a/sigmodr/widgets/ItemTypeUI.h
+++ b/sigmodr/widgets/ItemTypeUI.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,12 +18,12 @@
#ifndef SIGMODR_ITEMTYPEUI
#define SIGMODR_ITEMTYPEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_itemtype.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/ItemUI.cpp b/sigmodr/widgets/ItemUI.cpp
index 92f4b980..45c42e96 100644
--- a/sigmodr/widgets/ItemUI.cpp
+++ b/sigmodr/widgets/ItemUI.cpp
@@ -19,10 +19,10 @@
#include "ItemUI.h"
// Sigmod includes
-#include "../sigmod/Item.h"
-#include "../sigmod/ItemType.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
+#include <sigmod/Item.h>
+#include <sigmod/ItemType.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
Sigmodr::ItemUI::ItemUI(Sigmod::Item* item, QWidget* parent) :
ObjectUI(parent),
diff --git a/sigmodr/widgets/ItemUI.h b/sigmodr/widgets/ItemUI.h
index 8631c5f6..4963e171 100644
--- a/sigmodr/widgets/ItemUI.h
+++ b/sigmodr/widgets/ItemUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_ITEMUI
#define SIGMODR_ITEMUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_item.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/MapEffectUI.cpp b/sigmodr/widgets/MapEffectUI.cpp
index 3735b741..5cef134c 100644
--- a/sigmodr/widgets/MapEffectUI.cpp
+++ b/sigmodr/widgets/MapEffectUI.cpp
@@ -19,10 +19,10 @@
#include "MapEffectUI.h"
// Sigmod includes
-#include "../sigmod/Item.h"
-#include "../sigmod/MapEffect.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Skin.h"
+#include <sigmod/Item.h>
+#include <sigmod/MapEffect.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Skin.h>
Sigmodr::MapEffectUI::MapEffectUI(Sigmod::MapEffect* effect, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/MapEffectUI.h b/sigmodr/widgets/MapEffectUI.h
index 6e952ff3..65da94c5 100644
--- a/sigmodr/widgets/MapEffectUI.h
+++ b/sigmodr/widgets/MapEffectUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_MAPEFFECTUI
#define SIGMODR_MAPEFFECTUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_mapeffect.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/MapTrainerTeamMemberUI.cpp b/sigmodr/widgets/MapTrainerTeamMemberUI.cpp
index 900bf035..7e601968 100644
--- a/sigmodr/widgets/MapTrainerTeamMemberUI.cpp
+++ b/sigmodr/widgets/MapTrainerTeamMemberUI.cpp
@@ -19,14 +19,14 @@
#include "MapTrainerTeamMemberUI.h"
// Sigmod includes
-#include "../sigmod/Ability.h"
-#include "../sigmod/Item.h"
-#include "../sigmod/MapTrainerTeamMember.h"
-#include "../sigmod/Move.h"
-#include "../sigmod/Nature.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Species.h"
+#include <sigmod/Ability.h>
+#include <sigmod/Item.h>
+#include <sigmod/MapTrainerTeamMember.h>
+#include <sigmod/Move.h>
+#include <sigmod/Nature.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Species.h>
// Qt includes
#include <QtGui/QListWidgetItem>
diff --git a/sigmodr/widgets/MapTrainerTeamMemberUI.h b/sigmodr/widgets/MapTrainerTeamMemberUI.h
index e1523742..9aea26a8 100644
--- a/sigmodr/widgets/MapTrainerTeamMemberUI.h
+++ b/sigmodr/widgets/MapTrainerTeamMemberUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_MAPTRAINERTEAMMEMBERUI
#define SIGMODR_MAPTRAINERTEAMMEMBERUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_maptrainerteammember.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/MapTrainerUI.cpp b/sigmodr/widgets/MapTrainerUI.cpp
index 70043dc3..8acf170f 100644
--- a/sigmodr/widgets/MapTrainerUI.cpp
+++ b/sigmodr/widgets/MapTrainerUI.cpp
@@ -19,12 +19,12 @@
#include "MapTrainerUI.h"
// Sigmod includes
-#include "../sigmod/MapTrainer.h"
-#include "../sigmod/MapTrainerTeamMember.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Species.h"
-#include "../sigmod/Trainer.h"
+#include <sigmod/MapTrainer.h>
+#include <sigmod/MapTrainerTeamMember.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Species.h>
+#include <sigmod/Trainer.h>
// Qt includes
#include <QtGui/QListWidget>
diff --git a/sigmodr/widgets/MapTrainerUI.h b/sigmodr/widgets/MapTrainerUI.h
index 140f1348..1eb6b80d 100644
--- a/sigmodr/widgets/MapTrainerUI.h
+++ b/sigmodr/widgets/MapTrainerUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_MAPTRAINERUI
#define SIGMODR_MAPTRAINERUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_maptrainer.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/MapUI.cpp b/sigmodr/widgets/MapUI.cpp
index 6c608f9f..9e6386d6 100644
--- a/sigmodr/widgets/MapUI.cpp
+++ b/sigmodr/widgets/MapUI.cpp
@@ -19,11 +19,11 @@
#include "MapUI.h"
// Sigmod includes
-#include "../sigmod/Map.h"
-#include "../sigmod/MapWarp.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Sprite.h"
-#include "../sigmod/Tile.h"
+#include <sigmod/Map.h>
+#include <sigmod/MapWarp.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Sprite.h>
+#include <sigmod/Tile.h>
// FIXME: Update map editing to new collage map
diff --git a/sigmodr/widgets/MapUI.h b/sigmodr/widgets/MapUI.h
index 604a6dba..6c0fb1d4 100644
--- a/sigmodr/widgets/MapUI.h
+++ b/sigmodr/widgets/MapUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_MAPUI
#define SIGMODR_MAPUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_map.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/MapWarpUI.cpp b/sigmodr/widgets/MapWarpUI.cpp
index ffb054b5..4939bc14 100644
--- a/sigmodr/widgets/MapWarpUI.cpp
+++ b/sigmodr/widgets/MapWarpUI.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,9 +19,9 @@
#include "MapWarpUI.h"
// Sigmod includes
-#include "../sigmod/Map.h"
-#include "../sigmod/MapWarp.h"
-#include "../sigmod/Sigmod.h"
+#include <sigmod/Map.h>
+#include <sigmod/MapWarp.h>
+#include <sigmod/Sigmod.h>
Sigmodr::MapWarpUI::MapWarpUI(Sigmod::MapWarp* warp, QWidget* parent) :
ObjectUI(parent),
diff --git a/sigmodr/widgets/MapWarpUI.h b/sigmodr/widgets/MapWarpUI.h
index eb8582d2..31cb34cc 100644
--- a/sigmodr/widgets/MapWarpUI.h
+++ b/sigmodr/widgets/MapWarpUI.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,12 +18,12 @@
#ifndef SIGMODR_MAPWARPUI
#define SIGMODR_MAPWARPUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_mapwarp.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/MapWildListEncounterUI.cpp b/sigmodr/widgets/MapWildListEncounterUI.cpp
index c9acfff8..034225f3 100644
--- a/sigmodr/widgets/MapWildListEncounterUI.cpp
+++ b/sigmodr/widgets/MapWildListEncounterUI.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,10 +19,10 @@
#include "MapWildListEncounterUI.h"
// Sigmod includes
-#include "../sigmod/MapWildListEncounter.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Species.h"
+#include <sigmod/MapWildListEncounter.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Species.h>
Sigmodr::MapWildListEncounterUI::MapWildListEncounterUI(Sigmod::MapWildListEncounter* encounter, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/MapWildListEncounterUI.h b/sigmodr/widgets/MapWildListEncounterUI.h
index 205b1eb1..e2ad1c78 100644
--- a/sigmodr/widgets/MapWildListEncounterUI.h
+++ b/sigmodr/widgets/MapWildListEncounterUI.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,12 +18,12 @@
#ifndef SIGMODR_MAPWILDLISTENCOUNTERUI
#define SIGMODR_MAPWILDLISTENCOUNTERUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_mapwildlistencounter.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/MapWildListUI.cpp b/sigmodr/widgets/MapWildListUI.cpp
index 17839ca7..f1668941 100644
--- a/sigmodr/widgets/MapWildListUI.cpp
+++ b/sigmodr/widgets/MapWildListUI.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 "MapWildListUI.h"
// Sigmod includes
-#include "../sigmod/MapWildList.h"
+#include <sigmod/MapWildList.h>
Sigmodr::MapWildListUI::MapWildListUI(Sigmod::MapWildList* wildList, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/MapWildListUI.h b/sigmodr/widgets/MapWildListUI.h
index de934d48..adbd46ee 100644
--- a/sigmodr/widgets/MapWildListUI.h
+++ b/sigmodr/widgets/MapWildListUI.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,12 +18,12 @@
#ifndef SIGMODR_MAPWILDLISTUI
#define SIGMODR_MAPWILDLISTUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_mapwildlist.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/MoveUI.cpp b/sigmodr/widgets/MoveUI.cpp
index 17f9c2b2..6f1be4ff 100644
--- a/sigmodr/widgets/MoveUI.cpp
+++ b/sigmodr/widgets/MoveUI.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,9 +19,9 @@
#include "MoveUI.h"
// Sigmod includes
-#include "../sigmod/Move.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Type.h"
+#include <sigmod/Move.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Type.h>
Sigmodr::MoveUI::MoveUI(Sigmod::Move* move, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/MoveUI.h b/sigmodr/widgets/MoveUI.h
index ea17881a..fe392db6 100644
--- a/sigmodr/widgets/MoveUI.h
+++ b/sigmodr/widgets/MoveUI.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,12 +18,12 @@
#ifndef SIGMODR_MOVEUI
#define SIGMODR_MOVEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_move.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/NatureUI.cpp b/sigmodr/widgets/NatureUI.cpp
index 44f340d6..f78a95cd 100644
--- a/sigmodr/widgets/NatureUI.cpp
+++ b/sigmodr/widgets/NatureUI.cpp
@@ -19,9 +19,9 @@
#include "NatureUI.h"
// Sigmod includes
-#include "../sigmod/Nature.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
+#include <sigmod/Nature.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
// Qt includes
#include <QtGui/QHeaderView>
diff --git a/sigmodr/widgets/ObjectUI.cpp b/sigmodr/widgets/ObjectUI.cpp
index a7743bb8..9f97cffc 100644
--- a/sigmodr/widgets/ObjectUI.cpp
+++ b/sigmodr/widgets/ObjectUI.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
@@ -22,8 +22,8 @@
#include "ValidationDialog.h"
// Sigmod includes
-#include "../sigmod/Object.h"
-#include "../sigmod/Sigmod.h"
+#include <sigmod/Object.h>
+#include <sigmod/Sigmod.h>
// KDE includes
#include <KAction>
diff --git a/sigmodr/widgets/RulesUI.cpp b/sigmodr/widgets/RulesUI.cpp
index 08f8ae60..0cd0660e 100644
--- a/sigmodr/widgets/RulesUI.cpp
+++ b/sigmodr/widgets/RulesUI.cpp
@@ -19,7 +19,7 @@
#include "RulesUI.h"
// Sigmod includes
-#include "../sigmod/Rules.h"
+#include <sigmod/Rules.h>
Sigmodr::RulesUI::RulesUI(Sigmod::Rules* rules, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/RulesUI.h b/sigmodr/widgets/RulesUI.h
index cec4c4eb..4dcb97e3 100644
--- a/sigmodr/widgets/RulesUI.h
+++ b/sigmodr/widgets/RulesUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_RULESUI
#define SIGMODR_RULESUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_rules.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/ScriptWidget.h b/sigmodr/widgets/ScriptWidget.h
index 5d518c0e..d2ef3464 100644
--- a/sigmodr/widgets/ScriptWidget.h
+++ b/sigmodr/widgets/ScriptWidget.h
@@ -18,15 +18,15 @@
#ifndef SIGMODR_SCRIPTWIDGET
#define SIGMODR_SCRIPTWIDGET
+// Form include
+#include "ui_script.h"
+
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Qt includes
#include <QtGui/QWidget>
-// Form include
-#include "ui_script.h"
-
// Forward declarations
class KTextEdit;
namespace KTextEditor
diff --git a/sigmodr/widgets/SigmodUI.cpp b/sigmodr/widgets/SigmodUI.cpp
index 0321e5a0..b21f4335 100644
--- a/sigmodr/widgets/SigmodUI.cpp
+++ b/sigmodr/widgets/SigmodUI.cpp
@@ -22,10 +22,10 @@
#include "TypechartModel.h"
// Sigmod includes
-#include "../sigmod/Map.h"
-#include "../sigmod/MapWarp.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Type.h"
+#include <sigmod/Map.h>
+#include <sigmod/MapWarp.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Type.h>
Sigmodr::SigmodUI::SigmodUI(Sigmod::Sigmod* sigmod, QWidget* parent) :
ObjectUI(parent),
diff --git a/sigmodr/widgets/SigmodUI.h b/sigmodr/widgets/SigmodUI.h
index d0669cd5..d45c24bc 100644
--- a/sigmodr/widgets/SigmodUI.h
+++ b/sigmodr/widgets/SigmodUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_SIGMODUI
#define SIGMODR_SIGMODUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_sigmod.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/SkinUI.cpp b/sigmodr/widgets/SkinUI.cpp
index c108aa17..cbc7b041 100644
--- a/sigmodr/widgets/SkinUI.cpp
+++ b/sigmodr/widgets/SkinUI.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 "SkinUI.h"
// Sigmod includes
-#include "../sigmod/Skin.h"
+#include <sigmod/Skin.h>
Sigmodr::SkinUI::SkinUI(Sigmod::Skin* skin, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/SkinUI.h b/sigmodr/widgets/SkinUI.h
index 3ed4534b..161aa3a4 100644
--- a/sigmodr/widgets/SkinUI.h
+++ b/sigmodr/widgets/SkinUI.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,12 +18,12 @@
#ifndef SIGMODR_SKINUI
#define SIGMODR_SKINUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_skin.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/SoundUI.cpp b/sigmodr/widgets/SoundUI.cpp
index eac2a4e7..d2c202cf 100644
--- a/sigmodr/widgets/SoundUI.cpp
+++ b/sigmodr/widgets/SoundUI.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,8 +19,8 @@
#include "SoundUI.h"
// Sigmod includes
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Sound.h"
+#include <sigmod/Sigmod.h>
+#include <sigmod/Sound.h>
// KDE includes
#include <KFileDialog>
diff --git a/sigmodr/widgets/SoundUI.h b/sigmodr/widgets/SoundUI.h
index 80df9069..13ec1a6d 100644
--- a/sigmodr/widgets/SoundUI.h
+++ b/sigmodr/widgets/SoundUI.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,12 +18,12 @@
#ifndef SIGMODR_SOUNDUI
#define SIGMODR_SOUNDUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_sound.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
class QBuffer;
namespace Sigmod
diff --git a/sigmodr/widgets/SpeciesMoveUI.cpp b/sigmodr/widgets/SpeciesMoveUI.cpp
index a10785ec..ae60a424 100644
--- a/sigmodr/widgets/SpeciesMoveUI.cpp
+++ b/sigmodr/widgets/SpeciesMoveUI.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,10 +19,10 @@
#include "SpeciesMoveUI.h"
// Sigmod includes
-#include "../sigmod/Move.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/SpeciesMove.h"
+#include <sigmod/Move.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/SpeciesMove.h>
Sigmodr::SpeciesMoveUI::SpeciesMoveUI(Sigmod::SpeciesMove* move, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/SpeciesMoveUI.h b/sigmodr/widgets/SpeciesMoveUI.h
index 5aebb07b..e571831b 100644
--- a/sigmodr/widgets/SpeciesMoveUI.h
+++ b/sigmodr/widgets/SpeciesMoveUI.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,12 +18,12 @@
#ifndef SIGMODR_SPECIESMOVEUI
#define SIGMODR_SPECIESMOVEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_speciesmove.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/SpeciesUI.cpp b/sigmodr/widgets/SpeciesUI.cpp
index 7a7a588c..e41eeab8 100644
--- a/sigmodr/widgets/SpeciesUI.cpp
+++ b/sigmodr/widgets/SpeciesUI.cpp
@@ -19,15 +19,15 @@
#include "SpeciesUI.h"
// Sigmod includes
-#include "../sigmod/Ability.h"
-#include "../sigmod/EggGroup.h"
-#include "../sigmod/Item.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Skin.h"
-#include "../sigmod/Species.h"
-#include "../sigmod/Sprite.h"
-#include "../sigmod/Type.h"
+#include <sigmod/Ability.h>
+#include <sigmod/EggGroup.h>
+#include <sigmod/Item.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Skin.h>
+#include <sigmod/Species.h>
+#include <sigmod/Sprite.h>
+#include <sigmod/Type.h>
// Qt includes
#include <QtGui/QHeaderView>
diff --git a/sigmodr/widgets/SpeciesUI.h b/sigmodr/widgets/SpeciesUI.h
index be7937f9..c7af7cb8 100644
--- a/sigmodr/widgets/SpeciesUI.h
+++ b/sigmodr/widgets/SpeciesUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_SPECIESUI
#define SIGMODR_SPECIESUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_species.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/SpriteUI.cpp b/sigmodr/widgets/SpriteUI.cpp
index acd249bb..348b732f 100644
--- a/sigmodr/widgets/SpriteUI.cpp
+++ b/sigmodr/widgets/SpriteUI.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,8 +19,8 @@
#include "SpriteUI.h"
// Sigmod includes
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Sprite.h"
+#include <sigmod/Sigmod.h>
+#include <sigmod/Sprite.h>
// KDE includes
#include <KFileDialog>
diff --git a/sigmodr/widgets/SpriteUI.h b/sigmodr/widgets/SpriteUI.h
index 5d11d3f4..64488230 100644
--- a/sigmodr/widgets/SpriteUI.h
+++ b/sigmodr/widgets/SpriteUI.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,12 +18,12 @@
#ifndef SIGMODR_SPRITEUI
#define SIGMODR_SPRITEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_sprite.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/StatusUI.cpp b/sigmodr/widgets/StatusUI.cpp
index 002bfb59..cbd1f4a5 100644
--- a/sigmodr/widgets/StatusUI.cpp
+++ b/sigmodr/widgets/StatusUI.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 "StatusUI.h"
// Sigmod includes
-#include "../sigmod/Status.h"
+#include <sigmod/Status.h>
Sigmodr::StatusUI::StatusUI(Sigmod::Status* status, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/StatusUI.h b/sigmodr/widgets/StatusUI.h
index 0337e23b..eb10f862 100644
--- a/sigmodr/widgets/StatusUI.h
+++ b/sigmodr/widgets/StatusUI.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,12 +18,12 @@
#ifndef SIGMODR_STATUSUI
#define SIGMODR_STATUSUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_status.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/StoreUI.cpp b/sigmodr/widgets/StoreUI.cpp
index 32642dad..f5aae74f 100644
--- a/sigmodr/widgets/StoreUI.cpp
+++ b/sigmodr/widgets/StoreUI.cpp
@@ -19,9 +19,9 @@
#include "StoreUI.h"
// Sigmod includes
-#include "../sigmod/Item.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Store.h"
+#include <sigmod/Item.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Store.h>
// Qt includes
#include <QtGui/QListWidgetItem>
diff --git a/sigmodr/widgets/StoreUI.h b/sigmodr/widgets/StoreUI.h
index 53a480e4..4709c729 100644
--- a/sigmodr/widgets/StoreUI.h
+++ b/sigmodr/widgets/StoreUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_STOREUI
#define SIGMODR_STOREUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_store.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/TileUI.cpp b/sigmodr/widgets/TileUI.cpp
index 89ad4800..4965279a 100644
--- a/sigmodr/widgets/TileUI.cpp
+++ b/sigmodr/widgets/TileUI.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,9 +19,9 @@
#include "TileUI.h"
// Sigmod includes
-#include "../sigmod/Tile.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Sprite.h"
+#include <sigmod/Tile.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Sprite.h>
Sigmodr::TileUI::TileUI(Sigmod::Tile* tile, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/TileUI.h b/sigmodr/widgets/TileUI.h
index ea4f12de..1c216762 100644
--- a/sigmodr/widgets/TileUI.h
+++ b/sigmodr/widgets/TileUI.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,12 +18,12 @@
#ifndef SIGMODR_TILEUI
#define SIGMODR_TILEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_tile.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/TimeUI.cpp b/sigmodr/widgets/TimeUI.cpp
index 8af23087..82677f49 100644
--- a/sigmodr/widgets/TimeUI.cpp
+++ b/sigmodr/widgets/TimeUI.cpp
@@ -19,7 +19,7 @@
#include "TimeUI.h"
// Sigmod includes
-#include "../sigmod/Time.h"
+#include <sigmod/Time.h>
Sigmodr::TimeUI::TimeUI(Sigmod::Time* time, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/TimeUI.h b/sigmodr/widgets/TimeUI.h
index fd1d53e1..72b846bb 100644
--- a/sigmodr/widgets/TimeUI.h
+++ b/sigmodr/widgets/TimeUI.h
@@ -18,12 +18,12 @@
#ifndef SIGMODR_TIMEUI
#define SIGMODR_TIMEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_time.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/TrainerUI.cpp b/sigmodr/widgets/TrainerUI.cpp
index 728429b3..1d2a6ad5 100644
--- a/sigmodr/widgets/TrainerUI.cpp
+++ b/sigmodr/widgets/TrainerUI.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,10 +19,10 @@
#include "TrainerUI.h"
// Sigmod includes
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Skin.h"
-#include "../sigmod/Trainer.h"
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Skin.h>
+#include <sigmod/Trainer.h>
Sigmodr::TrainerUI::TrainerUI(Sigmod::Trainer* trainer, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/TrainerUI.h b/sigmodr/widgets/TrainerUI.h
index 5bd53137..bf1e45f3 100644
--- a/sigmodr/widgets/TrainerUI.h
+++ b/sigmodr/widgets/TrainerUI.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,12 +18,12 @@
#ifndef SIGMODR_TRAINERUI
#define SIGMODR_TRAINERUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_trainer.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/TypeUI.cpp b/sigmodr/widgets/TypeUI.cpp
index 3b8494c0..0033d712 100644
--- a/sigmodr/widgets/TypeUI.cpp
+++ b/sigmodr/widgets/TypeUI.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 "TypeUI.h"
// Sigmod includes
-#include "../sigmod/Type.h"
+#include <sigmod/Type.h>
Sigmodr::TypeUI::TypeUI(Sigmod::Type* type, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/TypeUI.h b/sigmodr/widgets/TypeUI.h
index fc0b1daf..55ce9ebd 100644
--- a/sigmodr/widgets/TypeUI.h
+++ b/sigmodr/widgets/TypeUI.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,12 +18,12 @@
#ifndef SIGMODR_TYPEUI
#define SIGMODR_TYPEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_type.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{
diff --git a/sigmodr/widgets/TypechartModel.h b/sigmodr/widgets/TypechartModel.h
index b0ecb9a5..253ef3d6 100644
--- a/sigmodr/widgets/TypechartModel.h
+++ b/sigmodr/widgets/TypechartModel.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
@@ -19,8 +19,8 @@
#define SIGMODR_TYPECHARTMODEL
// Sigcore includes
-#include "../sigcore/Fraction.h"
-#include "../sigcore/Matrix.h"
+#include <sigcore/Fraction.h>
+#include <sigcore/Matrix.h>
// Qt includes
#include <QtCore/QAbstractTableModel>
diff --git a/sigmodr/widgets/ValidationDialog.cpp b/sigmodr/widgets/ValidationDialog.cpp
index 8a32486d..84c43665 100644
--- a/sigmodr/widgets/ValidationDialog.cpp
+++ b/sigmodr/widgets/ValidationDialog.cpp
@@ -19,7 +19,7 @@
#include "ValidationDialog.h"
// Sigmod includes
-#include "../sigmod/Object.h"
+#include <sigmod/Object.h>
// KDE includes
#include <KColorScheme>
diff --git a/sigmodr/widgets/WeatherUI.cpp b/sigmodr/widgets/WeatherUI.cpp
index 1af944b6..294f88d6 100644
--- a/sigmodr/widgets/WeatherUI.cpp
+++ b/sigmodr/widgets/WeatherUI.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 "WeatherUI.h"
// Sigmod includes
-#include "../sigmod/Weather.h"
+#include <sigmod/Weather.h>
Sigmodr::WeatherUI::WeatherUI(Sigmod::Weather* weather, QWidget* parent) :
ObjectUI(parent)
diff --git a/sigmodr/widgets/WeatherUI.h b/sigmodr/widgets/WeatherUI.h
index 63e6fd4f..d9944539 100644
--- a/sigmodr/widgets/WeatherUI.h
+++ b/sigmodr/widgets/WeatherUI.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,12 +18,12 @@
#ifndef SIGMODR_WEATHERUI
#define SIGMODR_WEATHERUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_weather.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{