X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..61ecf6d34ffb087e4a02d1c4e29e1f155875eba0:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index aa7950a3e1..81ac1737bf 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -12,7 +12,7 @@ #ifndef _WX_RADIOBOX_H_BASE_ #define _WX_RADIOBOX_H_BASE_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "radioboxbase.h" #endif @@ -87,11 +87,11 @@ public: int GetNextItem(int item, wxDirection dir, long style) const; // for compatibility only, don't use these methods in new code! -#ifdef WXWIN_COMPATIBILITY_2 +#if WXWIN_COMPATIBILITY_2_2 int Number() const { return GetCount(); } wxString GetLabel(int n) const { return GetString(n); } void SetLabel(int n, const wxString& label) { SetString(n, label); } -#endif // WXWIN_COMPATIBILITY_2 +#endif // WXWIN_COMPATIBILITY_2_2 }; #if defined(__WXUNIVERSAL__) @@ -102,8 +102,6 @@ public: #include "wx/motif/radiobox.h" #elif defined(__WXGTK__) #include "wx/gtk/radiobox.h" -#elif defined(__WXQT__) - #include "wx/qt/radiobox.h" #elif defined(__WXMAC__) #include "wx/mac/radiobox.h" #elif defined(__WXPM__)