]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/button.h
wxImageHistogram needs WXDLLEXPORT
[wxWidgets.git] / include / wx / motif / button.h
index dc1aec766ff185df933da77dc220a15b45795e1a..dd046850d806f6b629ecfb39480d0988c74a25fe 100644 (file)
 #pragma interface "button.h"
 #endif
 
-#include "wx/control.h"
-
 WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr;
 
 // Pushbutton
-class WXDLLEXPORT wxButton: public wxControl
+class WXDLLEXPORT wxButton: public wxButtonBase
 {
     DECLARE_DYNAMIC_CLASS(wxButton)