class ctPropertyEditor;
class ctOutputWindow;
class ctFindReplaceDialog;
+class ctConfigurationBrowserWindow;
/*!
* \brief The main window of the application.
ctOutputWindow* m_setupPage;
ctOutputWindow* m_configurePage;
+ // The control panel for browsing, adding and removing
+ // configurations.
+ ctConfigurationBrowserWindow* m_configBrowserPage;
+
ctFindReplaceDialog* m_findDialog;
};