diff options
Diffstat (limited to 'sigmodr/tree/RulesModel.cpp')
-rw-r--r-- | sigmodr/tree/RulesModel.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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> |