#include "wx/imaglist.h"
#include "wx/docview.h"
+#include "wx/notebook.h"
+
+// #define USE_CONFIG_BROWSER_PAGE
class WXDLLEXPORT wxHtmlWindow;
class WXDLLEXPORT wxSplitterWindow;
class ctPropertyEditor;
class ctOutputWindow;
class ctFindReplaceDialog;
+#ifdef USE_CONFIG_BROWSER_PAGE
class ctConfigurationBrowserWindow;
+#endif
/*!
* \brief The main window of the application.
// The control panel for browsing, adding and removing
// configurations.
+#ifdef USE_CONFIG_BROWSER_PAGE
ctConfigurationBrowserWindow* m_configBrowserPage;
+#endif
ctFindReplaceDialog* m_findDialog;
};