#ifndef _AP_MAINFRAME_H_
#define _AP_MAINFRAME_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "mainframe.cpp"
#endif
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;
};