1 #ifndef _PREFSWINDOW_PRIVATE_H_
2 #define _PREFSWINDOW_PRIVATE_H_
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the PrefsWindow class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
12 /*** Instance data **********************************************************/
13 struct PrefsWindow_DATA
15 struct Catalog
*pwd_Catalog
;
16 Object
*pwd_TestButton
,
23 #endif /* _PREFSWINDOW_PRIVATE_H_ */