]> git.saurik.com Git - wxWidgets.git/blobdiff - src/qt/notebook.cpp
Improved selection mode handling in wxGrid::SelectBlock
[wxWidgets.git] / src / qt / notebook.cpp
index aecb879f4bf2a2c778d750c183db3d3ea9eaf2ad..b0448791a46888de9c58c5cb54ddfe34e5de7907 100644 (file)
@@ -36,7 +36,6 @@
 // event table
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARIES
 BEGIN_EVENT_TABLE(wxNotebook, wxControl)
     EVT_NOTEBOOK_PAGE_CHANGED(-1, wxNotebook::OnSelChange)
 
@@ -47,7 +46,6 @@ END_EVENT_TABLE()
 
 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxNotebookEvent, wxCommandEvent)
-#endif
 
 // ============================================================================
 // implementation