summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/TrainerUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/TrainerUI.cpp')
-rw-r--r--sigmodr/widgets/TrainerUI.cpp10
1 files changed, 5 insertions, 5 deletions
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)