1 /*
2  *  Name:        wx/qt/defs.h
3  *  Author:      Peter Most
4  *  Copyright:   (c) Peter Most
5  *  Licence:     wxWindows licence
6  */
7 
8 #ifndef _WX_QT_DEFS_H_
9 #define _WX_QT_DEFS_H_
10 
11 #ifdef __cplusplus
12 
13 typedef class QWidget *WXWidget;
14 
15 #endif
16 
17 #endif /* _WX_QT_DEFS_H_ */
18