]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
fixed off by one error in wxXPMDecoder::ReadFile
[wxWidgets.git] / include / wx / textctrl.h
index 1114db36a7b4a410a631160498f9caf8d09233ce..d0b8ad3ff750140632e4c83d64d3d21dec3513f9 100644 (file)
@@ -273,8 +273,6 @@ private:
     #include "wx/motif/textctrl.h"
 #elif defined(__WXGTK__)
     #include "wx/gtk/textctrl.h"
-#elif defined(__WXQT__)
-    #include "wx/qt/textctrl.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/textctrl.h"
 #elif defined(__WXPM__)