X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..3e7fb41b4bf5836a5571321619cfaaedf6844361:/include/wx/button.h

diff --git a/include/wx/button.h b/include/wx/button.h
index b109fc41ea..31d4e12d0a 100644
--- a/include/wx/button.h
+++ b/include/wx/button.h
@@ -1,13 +1,21 @@
-#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(__WXPM__)
+#include "wx/os2/button.h"
+#elif defined(__WXSTUBS__)
+#include "wx/stubs/button.h"
 #endif
 
 #endif
-    // __BUTTONH_BASE__
+    // _WX_BUTTON_H_BASE_