1/*
2 * Copyright 2004-2005, Axel D��rfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef CONFIG_VIEW_H
6#define CONFIG_VIEW_H
7
8
9#include <GroupView.h>
10
11
12class ConfigView : public BGroupView {
13	public:
14		ConfigView();
15		virtual ~ConfigView();
16};
17
18#endif	/* CONFIG_VIEW_H */
19