X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..abe2606b703f615dbe96d2d7a54345c0b27b9843:/include/wx/button.h diff --git a/include/wx/button.h b/include/wx/button.h index b109fc41ea..454a0a58f6 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -1,13 +1,19 @@ -#ifndef __BUTTONH_BASE__ -#define __BUTTONH_BASE__ +#ifndef _WX_BUTTON_H_BASE_ +#define _WX_BUTTON_H_BASE_ #if defined(__WXMSW__) #include "wx/msw/button.h" #elif defined(__WXMOTIF__) -#include "wx/xt/button.h" +#include "wx/motif/button.h" #elif defined(__WXGTK__) #include "wx/gtk/button.h" +#elif defined(__WXQT__) +#include "wx/qt/button.h" +#elif defined(__WXMAC__) +#include "wx/mac/button.h" +#elif defined(__WXSTUBS__) +#include "wx/stubs/button.h" #endif #endif - // __BUTTONH_BASE__ + // _WX_BUTTON_H_BASE_