]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dragimag.h
fixed outdated filenames
[wxWidgets.git] / include / wx / dragimag.h
index f467fc1d199b87f18bfa2e895c94f2944290a526..0cee7e64cccf8ceb500c4ebd8bbd6b74e779c573 100644 (file)
@@ -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,7 +22,7 @@
 #define wxDragImage wxGenericDragImage
 #define sm_classwxDragImage sm_classwxGenericDragImage
 
-#elif defined(__WXQT__)
+#elif defined(__WXX11__)
 #include "wx/generic/dragimgg.h"
 #define wxDragImage wxGenericDragImage
 #define sm_classwxDragImage sm_classwxGenericDragImage
@@ -44,7 +44,7 @@
 
 #endif
 
-#endif // wxUSE_DRAGIMAG
+#endif // wxUSE_DRAGIMAGE
 
 #endif
     // _WX_DRAGIMAG_H_BASE_