X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b496583bb16bef8883e8794d2a45ef33c9a4885f..297e4185cc811281425709a25a707a209a37b155:/include/wx/bitmap.h diff --git a/include/wx/bitmap.h b/include/wx/bitmap.h index ac5033b844..aa86bc86b9 100644 --- a/include/wx/bitmap.h +++ b/include/wx/bitmap.h @@ -32,7 +32,7 @@ class WXDLLEXPORT wxImage; class WXDLLEXPORT wxMask; class WXDLLEXPORT wxPalette; -#if defined(__WXMGL__) +#if defined(__WXMGL__) || defined(__WXMAC__) // Only used by some ports // FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes @@ -161,8 +161,6 @@ protected: #include "wx/gtk/bitmap.h" #elif defined(__WXMGL__) #include "wx/mgl/bitmap.h" -#elif defined(__WXQT__) -#include "wx/qt/bitmap.h" #elif defined(__WXMAC__) #include "wx/mac/bitmap.h" #elif defined(__WXPM__)