root/src/add-ons/translators/ico/ConfigView.h
/*
 * Copyright 2004-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef CONFIG_VIEW_H
#define CONFIG_VIEW_H


#include <GroupView.h>


class ConfigView : public BGroupView {
        public:
                ConfigView();   
                virtual ~ConfigView();
};

#endif  /* CONFIG_VIEW_H */