comparison libgui/src/documentation-dockwidget.cc @ 15286:ae9079bbc627

Add '#include <config.h>' to C++ files in libgui/src * documentation-dockwidget.cc, files-dockwidget.cc, file-editor-tab.cc, file-editor.cc, find-dialog.cc, lexer-octave-gui.cc, main-window.cc, octave-qt-event-listener.cc, qtinfo/parser.cc, settings-dialog.cc, terminal-dockwidget.cc, welcome-wizard.cc, workspace-view.cc: Add '#include <config.h>' as first header file.
author Rik <rik@octave.org>
date Tue, 04 Sep 2012 11:53:26 -0700
parents 359098ad343e
children 36ececf69385
comparison
equal deleted inserted replaced
15285:d048ef58bb72 15286:ae9079bbc627
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with Octave; see the file COPYING. If not, see 18 along with Octave; see the file COPYING. If not, see
19 <http://www.gnu.org/licenses/>. 19 <http://www.gnu.org/licenses/>.
20 20
21 */ 21 */
22
23 #ifdef HAVE_CONFIG_H
24 #include <config.h>
25 #endif
22 26
23 #include "documentation-dockwidget.h" 27 #include "documentation-dockwidget.h"
24 28
25 documentation_dock_widget::documentation_dock_widget (QWidget *parent) 29 documentation_dock_widget::documentation_dock_widget (QWidget *parent)
26 : QDockWidget (parent) 30 : QDockWidget (parent)