]> git.tdb.fi Git - r2c2.git/blob - source/designer/layoutbar.h
20a129c827c111afbe0d343fa1c17ca05d539ba3
[r2c2.git] / source / designer / layoutbar.h
1 /* $Id$
2
3 This file is part of R²C²
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
6 */
7
8 #ifndef LAYOUTBAR_H_
9 #define LAYOUTBAR_H_
10
11 #include "toolbar.h"
12
13 class Designer;
14
15 class Layoutbar: public Toolbar
16 {
17 public:
18         Layoutbar(Designer &);
19 };
20
21 #endif