]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
fixed maximization handling
[wxWidgets.git] / include / wx / textctrl.h
index 94a65ac2c31f1c0e5073b312d8c2690d961773fd..d0b8ad3ff750140632e4c83d64d3d21dec3513f9 100644 (file)
@@ -132,7 +132,7 @@ private:
 
 class WXDLLEXPORT wxTextCtrlBase : public wxControl
 #ifndef NO_TEXT_WINDOW_STREAM
-                                 , public streambuf
+                                 , public wxSTD streambuf
 #endif
 
 {
@@ -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__)