X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10199e27d54df4a0a2a7b2577645ce4561e8ed5f..a1260bfc7d001721aac4e505623a9224793b8d1f:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 0a05ec9120..b9633705e7 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -273,8 +273,6 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&); #include "wx/generic/notebook.h" #elif defined(__WXGTK__) #include "wx/gtk/notebook.h" -#elif defined(__WXQT__) - #include "wx/qt/notebook.h" #elif defined(__WXMAC__) #include "wx/mac/notebook.h" #elif defined(__WXPM__)