xref: /haiku/src/preferences/network/NetworkWindow.h (revision 5e96d7d537fbec23bad4ae9b4c8e7b02e769f0c6)
1 /*
2  * Copyright 2004-2010 Haiku Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Author:
6  *		Andre Alves Garzia, andre@andregarzia.com
7  */
8 #ifndef NETWORK_WINDOW_H
9 #define NETWORK_WINDOW_H
10 
11 
12 #include <Window.h>
13 
14 
15 class NetworkWindow : public BWindow {
16 public:
17 								NetworkWindow();
18 };
19 
20 
21 #endif	// NETWORK_WINDOW_H
22