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