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