]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configitemselector.h
Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h
[wxWidgets.git] / utils / configtool / src / configitemselector.h
index b2dc557b28974509733fb9bf944d8c97952fa003..6f1f9583f71aa11abbca4ef0541fe9d527934b1b 100644 (file)
 #ifndef _CONFIGITEMSELECTOR_H_
 #define _CONFIGITEMSELECTOR_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "configitemselector.cpp"
-#endif
-
 /*!
  * Includes
  */
 
 ////@begin includes
+
+#include "wx/intl.h"
+#include "wx/dialog.h"
+
 ////@end includes
 
 /*!
@@ -49,10 +49,10 @@ class ctConfigItem;
  */
 
 class ctConfigItemsSelector: public wxDialog
-{    
+{
 public:
     /// Constructor
-    ctConfigItemsSelector( wxWindow* parent, wxWindowID id = -1, const wxString& caption = _("Configuration Items Selector"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU );
+    ctConfigItemsSelector( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& caption = _("Configuration Items Selector"));
 
     /// Creates the controls and sizers
     void CreateControls();