BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / translators / icns / ConfigView.h
blob9fa7cd3a257f45f49900b44d4fe67ee775889e52
1 /*
2 * Copyright 2012, Gerasim Troeglazov, 3dEyes@gmail.com. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
6 #ifndef CONFIG_VIEW_H
7 #define CONFIG_VIEW_H
9 #include "TranslatorSettings.h"
11 #include <View.h>
12 #include <TextView.h>
13 #include <String.h>
14 #include <GroupView.h>
17 class ConfigView : public BGroupView {
18 public:
19 ConfigView(TranslatorSettings *settings);
20 virtual ~ConfigView();
22 private:
23 BTextView* fCopyrightView;
24 TranslatorSettings *fSettings;
27 #endif // CONFIG_VIEW_H