OSDN Git Service

fix compile problem
[tjqt4port/tj2qt4.git] / taskjuggler / HTMLAccountReportElement.h
1 /*
2  * HTMLAccountReportElement.h - TaskJuggler
3  *
4  * Copyright (c) 2001, 2002, 2003, 2004 by Chris Schlaeger <cs@kde.org>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of version 2 of the GNU General Public License as
8  * published by the Free Software Foundation.
9  *
10  * $Id$
11  */
12 #ifndef _HTMLAccountReportElement_h_
13 #define _HTMLAccountReportElement_h_
14
15 #include "HTMLReportElement.h"
16
17 class HTMLAccountReportElement : public HTMLReportElement
18 {
19 public:
20     HTMLAccountReportElement(Report* r, const QString& df, int dl);
21     ~HTMLAccountReportElement() { }
22
23     bool generate();
24 } ;
25
26 #endif
27