From ae14caeff2938d3375c2bfe97ae3f81fde1e3f37 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 23 Feb 2009 18:49:27 -0500 Subject: Fix includes in libsigmodrwidgets --- sigmodr/widgets/CoinListUI.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sigmodr/widgets/CoinListUI.cpp') diff --git a/sigmodr/widgets/CoinListUI.cpp b/sigmodr/widgets/CoinListUI.cpp index 23170c70..102a70ed 100644 --- a/sigmodr/widgets/CoinListUI.cpp +++ b/sigmodr/widgets/CoinListUI.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * 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,8 +19,8 @@ #include "CoinListUI.h" // Sigmod includes -#include "../sigmod/CoinList.h" -#include "../sigmod/Sigmod.h" +#include +#include Sigmodr::CoinListUI::CoinListUI(Sigmod::CoinList* coinList, QWidget* parent) : ObjectUI(parent) -- cgit