]> git.tdb.fi Git - r2c2.git/blob - source/designer/trackbar.h
7123a19c3d0ddfc1fed9048cc92c4a624ca4c4ec
[r2c2.git] / source / designer / trackbar.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 TRACKBAR_H_
9 #define TRACKBAR_H_
10
11 #include "toolbar.h"
12
13 class Designer;
14
15 class Trackbar: public Toolbar
16 {
17 public:
18         Trackbar(Designer &);
19 };
20
21 #endif