src/messagelog.h

changeset 538
2f85d4d286e5
parent 504
6a1fa662bfc1
child 539
72ad83a67165
equal deleted inserted replaced
537:1add0ee96fb3 538:2f85d4d286e5
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef MESSAGELOG_H 19 #ifndef LDFORGE_MESSAGELOG_H
20 #define MESSAGELOG_H 20 #define LDFORGE_MESSAGELOG_H
21 21
22 #include <QObject> 22 #include <QObject>
23 #include <QDate> 23 #include <QDate>
24 #include "common.h" 24 #include "common.h"
25 #include "types.h" 25 #include "types.h"
63 63
64 private slots: 64 private slots:
65 void tick(); 65 void tick();
66 }; 66 };
67 67
68 #endif // MESSAGELOG_H 68 #endif // LDFORGE_MESSAGELOG_H

mercurial