diff options
Diffstat (limited to 'sigmodr/widgets/ObjectUI.cpp')
-rw-r--r-- | sigmodr/widgets/ObjectUI.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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> |