]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/printdlg.cpp
more combobox appearance fixes
[wxWidgets.git] / src / motif / printdlg.cpp
index aa24e6ad64f26ab4c4fd0d4b642d278da935ffe5..0e94d44e4b9c68e81f8e52133bd3203b59f5d735 100644 (file)
 #endif
 
 #include "wx/object.h"
-#include "wx/stubs/printdlg.h"
+#include "wx/motif/printdlg.h"
 #include "wx/dcprint.h"
 
 // Use generic page setup dialog: use your own native one if one exists.
 #include "wx/generic/prntdlgg.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxPrintDialog, wxDialog)
 IMPLEMENT_CLASS(wxPageSetupDialog, wxDialog)
-#endif
 
 wxPrintDialog::wxPrintDialog():
  wxDialog()