X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..293fbe1dc0b68732cd3ba0a97fd20936973b412e:/include/wx/dragimag.h diff --git a/include/wx/dragimag.h b/include/wx/dragimag.h index f467fc1d19..63ab20c64d 100644 --- a/include/wx/dragimag.h +++ b/include/wx/dragimag.h @@ -1,7 +1,7 @@ #ifndef _WX_DRAGIMAG_H_BASE_ #define _WX_DRAGIMAG_H_BASE_ -#if wxUSE_DRAGIMAG +#if wxUSE_DRAGIMAGE #if defined(__WXMSW__) #ifdef __WIN16__ @@ -22,11 +22,6 @@ #define wxDragImage wxGenericDragImage #define sm_classwxDragImage sm_classwxGenericDragImage -#elif defined(__WXQT__) -#include "wx/generic/dragimgg.h" -#define wxDragImage wxGenericDragImage -#define sm_classwxDragImage sm_classwxGenericDragImage - #elif defined(__WXMAC__) #include "wx/generic/dragimgg.h" #define wxDragImage wxGenericDragImage @@ -44,7 +39,7 @@ #endif -#endif // wxUSE_DRAGIMAG +#endif // wxUSE_DRAGIMAGE #endif // _WX_DRAGIMAG_H_BASE_