]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/settingsdialog.h
Removed rules for copying the Mac resource file since they are no
[wxWidgets.git] / utils / configtool / src / settingsdialog.h
index 4005476a8a80249932314c0160929749f9a8574a..329bb5a7120e95db2e846c1b065e89f4d015cc92 100644 (file)
  */
 
 ////@begin includes
+
+#include "wx/dialog.h"
+#include "wx/textctrl.h"
+#include "wx/checkbox.h"
+
 ////@end includes
 
 /*!
@@ -54,7 +59,7 @@ class ctLocationSettingsDialog;
  */
 
 class ctSettingsDialog: public wxDialog
-{    
+{
 public:
     /// Constructor
     ctSettingsDialog( wxWindow* parent );
@@ -96,7 +101,7 @@ protected:
  */
 
 class ctGeneralSettingsDialog: public wxPanel
-{    
+{
 public:
     /// Constructor
     ctGeneralSettingsDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxNO_BORDER|wxTAB_TRAVERSAL );
@@ -124,7 +129,7 @@ public:
  */
 
 class ctLocationSettingsDialog: public wxPanel
-{    
+{
 public:
     /// Constructor
     ctLocationSettingsDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxNO_BORDER|wxTAB_TRAVERSAL );