]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toolbar.h
Correct the wxButton::Setlabel nonsense
[wxWidgets.git] / include / wx / toolbar.h
index 8aee3e80caca510df68efb483d91050dbdc1001b..3f7abdfdea1999c46512f3e15d1fd1cdbb39b2e8 100644 (file)
@@ -4,15 +4,17 @@
 // the application code should use only wxToolBar which is #define'd to be the
 // native implementation for each platform
 #if defined(__WXMSW__) && defined(__WIN95__)
-#   include "wx/tbar95.h"
+#   include "wx/msw/tbar95.h"
 #   define wxToolBar wxToolBar95
 #   define classwxToolBar classwxToolBar95
 #elif defined(__WXMSW__)
-#   include "wx/tbarmsw.h"
+#   include "wx/msw/tbarmsw.h"
 #   define wxToolBar wxToolBarMSW
 #   define classwxToolBar classwxToolBarMSW
 #elif defined(__WXGTK__)
 #   include "wx/gtk/tbargtk.h"
+#elif defined(__WXQT__)
+#   include "wx/qt/tbargtk.h"
 #endif
 
 #endif